Skip to content

Commit f09db5e

Browse files
Update docker-build.yml
1 parent 255207f commit f09db5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
push: true
5454
tags: |
5555
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:alpine
56-
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:alpine-{{date 'YYYYMMDD'}}
57-
labels: ${{ steps.meta.outputs.labels }}
56+
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:alpine-${TAG_DATE}
57+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)