Skip to content

Commit

Permalink
adjust debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
4141done committed Jan 9, 2024
1 parent 5f531ed commit 0d84f4f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@ jobs:
path: /tmp
- name: Load image
run: |
docker load --input /tmp/oss.tar
docker load --input /tmp/oss.tar
echo "Images:"
docker image ls -a
echo "--------"
- name: Build and export
uses: docker/build-push-action@v5
with:
Expand Down Expand Up @@ -182,7 +185,9 @@ jobs:
- name: Load image
run: |
docker load --input /tmp/oss.tar
echo "Images:"
docker image ls -a
echo "--------"
- name: Build and export
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 0d84f4f

Please sign in to comment.