Skip to content

Commit 224dd2a

Browse files
author
VG
committed
Fixed Release Workflow
1 parent e67ce43 commit 224dd2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-img-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
cache-from: type=registry,ref=ghcr.io/${{ github.actor }}/${{ env.IMG_REPO_NAME }}:${{ env.TAG_NAME }}
5757
cache-to: type=registry,ref=ghcr.io/${{ github.actor }}/${{ env.IMG_REPO_NAME }}:${{ env.TAG_NAME }},mode=max
5858
- name: Save Docker image to tarball
59-
if: github.event_name == 'push'
6059
run: |
61-
docker save ${{ env.IMG_REPO_NAME }}:${{ env.TAG_NAME }} -o ${{ env.IMG_REPO_NAME }}.tar
60+
docker image ls
61+
docker save ghcr.io/${{ github.actor }}/${{ env.IMG_REPO_NAME }}:${{ env.TAG_NAME }} -o ${{ env.IMG_REPO_NAME }}.tar
6262
- name: Create GitHub release
6363
if: github.event_name == 'push'
6464
uses: actions/create-release@v1

0 commit comments

Comments
 (0)