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 7e9bad7 commit 914513aCopy full SHA for 914513a
.github/workflows/ci-pipeline.yml
@@ -256,8 +256,8 @@ jobs:
256
# generate Docker tags based on the following events/attributes
257
tags: |
258
type=sha
259
- type=raw,value={{branch}}-latest
260
- type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
+# type=raw,value={{branch}}-latest
+# type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
261
262
- name: Create manifest list and push
263
working-directory: ${{ runner.temp }}/digests/${{ matrix.docker_target }}
0 commit comments