Skip to content

Commit d55e0ba

Browse files
committed
REPLACE sha with date
1 parent 0d58478 commit d55e0ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker:build&push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
images: sergion14/uxcaptain-server
3333
tags: |
3434
type=raw,value=${{ github.ref_name }}
35-
type=sha,value=${{ github.ref_name }}-${{ github.sha_short }}
35+
type=raw,value=${{ github.ref_name }}-date='%Y-%m-%d'
3636
-
3737
name: Build and push
3838
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)