Skip to content

Commit a58b020

Browse files
committed
Disable branch tags
1 parent 476db9e commit a58b020

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
@@ -211,8 +211,8 @@ jobs:
211211
# generate Docker tags based on the following events/attributes
212212
tags: |
213213
type=sha
214-
type=raw,value={{branch}}-latest
215-
type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
214+
# type=raw,value={{branch}}-latest
215+
# type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
216216

217217
- name: Create manifest list and push
218218
working-directory: ${{ runner.temp }}/digests

0 commit comments

Comments
 (0)