We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99149d9 + 0774bfb commit 998a213Copy full SHA for 998a213
.github/workflows/release-to-ghcr.yaml
@@ -118,7 +118,9 @@ jobs:
118
with:
119
context: .
120
push: true
121
- tags: "${{ needs.get-context.outputs.new-version }},latest"
+ tags: |
122
+ ghcr.io/${{ github.repository }}:${{ needs.get-context.outputs.new-version }}
123
+ ghcr.io/${{ github.repository }}:latest
124
build-args: |
125
BUILD_VERSION=${{ needs.get-context.outputs.new-version }}
126
BUILD_DATE=${{ github.event.repository.updated_at }}
0 commit comments