Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zarvd committed Apr 10, 2024
1 parent 4353613 commit 2dd6e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Build Image
run: |
just image ${{ env.IMAGE_TAG }} image_repo=${{ env.IMAGE_NAME }}
just image ${{ env.IMAGE_TAG }}
- name: Publish image
run: |
export GHCR_IMAGE=ghcr.io/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
Expand Down

0 comments on commit 2dd6e7a

Please sign in to comment.