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 476db9e commit a58b020Copy full SHA for a58b020
.github/workflows/ci-pipeline.yml
@@ -211,8 +211,8 @@ jobs:
211
# generate Docker tags based on the following events/attributes
212
tags: |
213
type=sha
214
- type=raw,value={{branch}}-latest
215
- type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
+# type=raw,value={{branch}}-latest
+# type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
216
217
- name: Create manifest list and push
218
working-directory: ${{ runner.temp }}/digests
0 commit comments