Skip to content

Commit 9557b64

Browse files
committed
fix: changed to date instead of sha for main tags
1 parent 1edb53b commit 9557b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
images: ${{env.REGISTRY}}/${{env.IMAGE_NAME}}
3434
tags: |
35-
type=sha,prefix={{branch}}-
35+
type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
3636
3737
- name: Log in to the Container registry
3838
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0

0 commit comments

Comments
 (0)