Skip to content

Commit

Permalink
Build workflow debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
axdanbol committed Aug 9, 2023
1 parent a20774d commit baa5293
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
images: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.container }}

- name: Load shared image
run: docker load --input /tmp/shared.tar
run: |
docker load --input /tmp/shared.tar
docker image ls -a
- name: Build and push Docker image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit baa5293

Please sign in to comment.