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 1f2b0ce commit a7c7040Copy full SHA for a7c7040
.github/workflows/ci-pipeline.yml
@@ -95,8 +95,8 @@ jobs:
95
# generate Docker tags based on the following events/attributes
96
tags: |
97
type=sha
98
- type=raw,value={{branch}}-latest
99
- type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
+# type=raw,value={{branch}}-latest
+# type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
100
101
# Build and push Docker image with Buildx
102
# https://github.com/docker/build-push-action
0 commit comments