Skip to content

Commit

Permalink
fix broken ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Aympab committed Nov 16, 2023
1 parent d7b8106 commit 8d0602c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
--cache-from ghcr.io/maison-de-la-simulation/${{matrix.implem}}-${{matrix.backend}} \
--tag ghcr.io/maison-de-la-simulation/${{matrix.implem}}-${{matrix.backend}} \
--squash .
docker push ghcr.io/maison-de-la-simulation/${{matrix.image}}-${{matrix.backend}}
docker push ghcr.io/maison-de-la-simulation/${{matrix.implem}}-${{matrix.backend}}

0 comments on commit 8d0602c

Please sign in to comment.