Skip to content

Commit 914513a

Browse files
committed
Comment out branch tags
1 parent 7e9bad7 commit 914513a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ jobs:
256256
# generate Docker tags based on the following events/attributes
257257
tags: |
258258
type=sha
259-
type=raw,value={{branch}}-latest
260-
type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
259+
# type=raw,value={{branch}}-latest
260+
# type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
261261

262262
- name: Create manifest list and push
263263
working-directory: ${{ runner.temp }}/digests/${{ matrix.docker_target }}

0 commit comments

Comments
 (0)