Skip to content

Commit

Permalink
Fix action error
Browse files Browse the repository at this point in the history
  • Loading branch information
Heavybullets8 committed Nov 1, 2024
1 parent b79fbaa commit 2bf6cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
context: .
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/zfs-scrubber:latest
ghcr.io/${{ github.repository_owner }}/zfs-scrubber:${{ env.VERSION }}
ghcr.io/heavybullets8/zfs-scrubber:latest
ghcr.io/heavybullets8/zfs-scrubber:${{ env.VERSION }}
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 2bf6cc8

Please sign in to comment.