Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Aympab committed May 15, 2024
1 parent 599132b commit 4d6d715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
echo ${{ secrets.GH_ACCESS_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
cd ${{matrix.implem}}-${{matrix.backend}}
docker build \
--tag ghcr.io/maison-de-la-simulation/${{matrix.implem}}-${{matrix.backend}}:llvm-16 \
--tag ghcr.io/maison-de-la-simulation/${{matrix.implem}}-${{matrix.backend}}:ci_build \
--squash .
docker push ghcr.io/maison-de-la-simulation/${{matrix.implem}}-${{matrix.backend}}:llvm-16
docker push ghcr.io/maison-de-la-simulation/${{matrix.implem}}-${{matrix.backend}}:ci_build

0 comments on commit 4d6d715

Please sign in to comment.