Skip to content

Commit

Permalink
Update gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aympab committed Mar 28, 2024
1 parent d4b12c9 commit 23828b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Build and push
run: |
echo ${{ secrets.GH_ACCESS_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
cd containers/${{matrix.implem}}-${{matrix.backend}}
docker build \
--cache-from ghcr.io/maison-de-la-simulation/${{matrix.implem}}-${{matrix.backend}} \
--tag ghcr.io/maison-de-la-simulation/${{matrix.implem}}-${{matrix.backend}} \
Expand Down

0 comments on commit 23828b3

Please sign in to comment.