We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94f4826 + d5cfe6e commit a4ac5daCopy full SHA for a4ac5da
.github/workflows/release.yaml
@@ -147,7 +147,7 @@ jobs:
147
registry: 'ghcr.io'
148
registry-username: ${{ github.repository_owner }}
149
registry-password: ${{ secrets.GITHUB_TOKEN }}
150
- tag: ${{ needs.tag.outputs.extVersion }} latest
+ tag: ${{ needs.tag.outputs.extVersion }}
151
artifact-id: ${{ needs.build-oci.outputs.artifact-id }}
152
github-token: ${{ secrets.GITHUB_TOKEN }}
153
run-id: ${{ github.run_id }}
0 commit comments