Skip to content

Commit

Permalink
ci: fix docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce-Davidson authored Aug 26, 2024
1 parent 66f912c commit 4034861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ jobs:
env:
TAG: ${{ steps.semantic.outputs.nextRelease.version }}
REGISTRY: ghcr.io
run: make docker-build docker-push IMG={{ env.REGISTRY }}/virtool/operator:${{ env.TAG }}
run: make docker-build docker-push IMG=${{ env.REGISTRY }}/virtool/operator:${{ env.TAG }}

0 comments on commit 4034861

Please sign in to comment.