Skip to content

Commit

Permalink
chore: update image name
Browse files Browse the repository at this point in the history
  • Loading branch information
deowk committed May 4, 2024
1 parent 2eb1439 commit 8d4a759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: balzaclang/balzac
images: ${{ vars.REGISTRY }}/${{ vars.REPOSITORY }}
tags: |
type=raw,value=latest,enable=${{ inputs.latestTag || false }}
type=raw,value=test,enable=${{ inputs.testTag || false }}
Expand Down

0 comments on commit 8d4a759

Please sign in to comment.