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.
1 parent 99149d9 commit 0774bfbCopy full SHA for 0774bfb
.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