Skip to content

Commit a7c7040

Browse files
committed
Temporary disable branch in tags
1 parent 1f2b0ce commit a7c7040

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
@@ -95,8 +95,8 @@ jobs:
9595
# generate Docker tags based on the following events/attributes
9696
tags: |
9797
type=sha
98-
type=raw,value={{branch}}-latest
99-
type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
98+
# type=raw,value={{branch}}-latest
99+
# type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
100100

101101
# Build and push Docker image with Buildx
102102
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)