We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67ce43 commit 224dd2aCopy full SHA for 224dd2a
.github/workflows/docker-img-push.yaml
@@ -56,9 +56,9 @@ jobs:
56
cache-from: type=registry,ref=ghcr.io/${{ github.actor }}/${{ env.IMG_REPO_NAME }}:${{ env.TAG_NAME }}
57
cache-to: type=registry,ref=ghcr.io/${{ github.actor }}/${{ env.IMG_REPO_NAME }}:${{ env.TAG_NAME }},mode=max
58
- name: Save Docker image to tarball
59
- if: github.event_name == 'push'
60
run: |
61
- docker save ${{ env.IMG_REPO_NAME }}:${{ env.TAG_NAME }} -o ${{ env.IMG_REPO_NAME }}.tar
+ docker image ls
+ docker save ghcr.io/${{ github.actor }}/${{ env.IMG_REPO_NAME }}:${{ env.TAG_NAME }} -o ${{ env.IMG_REPO_NAME }}.tar
62
- name: Create GitHub release
63
if: github.event_name == 'push'
64
uses: actions/create-release@v1
0 commit comments