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 8a04017 commit 528b4f1Copy full SHA for 528b4f1
.github/workflows/docker.yaml
@@ -39,6 +39,7 @@ jobs:
39
with:
40
context: .
41
platforms: linux/amd64,linux/arm64
42
+ # TODO: add latest tag
43
tags: ${{ env.IMAGE_REPOSITORY }}:${{ env.TAG_PREFIX }}${{ steps.set-properties.outputs.VERSION }}, ${{ env.IMAGE_REPOSITORY }}:${{ env.TAG_PREFIX }}${{ steps.set-properties.outputs.VERSION }}-${{ steps.set-properties.outputs.DATE }}
44
file: Dockerfile
45
push: true
0 commit comments