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 afd3f66 commit 121da27Copy full SHA for 121da27
.github/workflows/docker.yaml
@@ -39,8 +39,9 @@ jobs:
39
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
40
flavor: |
41
latest=false
42
- tags:
+ tags: |
43
type=ref,value=latest,event=tag
44
+ type=edge,value=edge
45
type=semver,pattern=workshop-bot-v{{version}},value={{version}}
46
type=ref,event=branch
47
type=ref,event=pr
0 commit comments