We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b923a commit 6fd80bcCopy full SHA for 6fd80bc
.github/workflows/release.yml
@@ -51,6 +51,9 @@ jobs:
51
with:
52
context: .
53
push: true
54
- build-args: VERSION=${{ github.ref_name }},BUILDDATE=${{ github.event.repository.updated_at}},COMMIT=${{ github.sha }}
+ build-args: |
55
+ VERSION=${{ github.ref_name }}
56
+ BUILDDATE=${{ github.event.repository.updated_at }}
57
+ COMMIT=${{ github.sha }}
58
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
59
0 commit comments