Skip to content

Commit

Permalink
disable
Browse files Browse the repository at this point in the history
  • Loading branch information
nolte committed Sep 30, 2023
1 parent df13790 commit 991a778
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ jobs:
# with:
# name: commons
# path: /tmp
- name: Load image
run: |
# docker buildx use default
echo "Tag"
echo ${{ needs.prepare.outputs.image_tag }}
echo "---"
docker load --input /tmp/commons.tar
echo "---"
docker image ls -a
echo "---"
# - name: Load image
# run: |
# # docker buildx use default
# echo "Tag"
# echo ${{ needs.prepare.outputs.image_tag }}
# echo "---"
# docker load --input /tmp/commons.tar
# echo "---"
# docker image ls -a
# echo "---"


- name: Push to GitHub Packages
Expand Down

0 comments on commit 991a778

Please sign in to comment.