Skip to content

Commit 9dca25c

Browse files
committed
more
1 parent 0bf4894 commit 9dca25c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le,linux/s390x
3434
push: true
3535
tags: |
36-
${{ env.REGISTRY }}/${{ github.github.repository }}:${{ github.ref_name }}
37-
${{ env.REGISTRY }}/${{ github.github.repository }}:latest
36+
${{ env.REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
37+
${{ env.REGISTRY }}/${{ github.repository }}:latest
3838

0 commit comments

Comments
 (0)