Skip to content

Commit b02df97

Browse files
committed
fix: changed to date instead of sha
1 parent f9c40d7 commit b02df97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

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

0 commit comments

Comments
 (0)