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 5c3c323 commit 5e3d520Copy full SHA for 5e3d520
.github/workflows/docker-publish.yml
@@ -60,8 +60,8 @@ jobs:
60
type=semver,pattern={{version}}
61
type=semver,pattern={{major}}.{{minor}}
62
type=semver,pattern={{major}}
63
- type=schedule,pattern={{date 'YYYYMMDD'}}
64
type=ref,event=branch
+ type=sha
65
66
# Build and push Docker image with Buildx (don't push on PR)
67
# https://github.com/docker/build-push-action
0 commit comments