Skip to content

Commit

Permalink
Fix Release Action (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvatsal60 authored Sep 16, 2024
2 parents 9cb8b4f + e49ce51 commit e67ce43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-img-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Save Docker image to tarball
if: github.event_name == 'push'
run: |
docker save ghcr.io/${{ github.actor }}/${{ env.IMG_REPO_NAME }}:${{ env.TAG_NAME }} -o ${{ env.IMG_REPO_NAME }}.tar
docker save ${{ env.IMG_REPO_NAME }}:${{ env.TAG_NAME }} -o ${{ env.IMG_REPO_NAME }}.tar
- name: Create GitHub release
if: github.event_name == 'push'
uses: actions/create-release@v1
Expand Down

0 comments on commit e67ce43

Please sign in to comment.