Skip to content

Commit 4f2cdd0

Browse files
committed
fix3
1 parent f8da486 commit 4f2cdd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
push: true
4040
platforms: linux/amd64
4141
tags: |
42-
glapss/responcer:${SHORT_SHA}
42+
glapss/responcer:$SHORT_SHA
4343
glapss/responcer:latest
4444
ghcr.io/${{ github.repository }}:latest
45-
ghcr.io/${{ github.repository }}:${SHORT_SHA}
45+
ghcr.io/${{ github.repository }}:$SHORT_SHA

0 commit comments

Comments
 (0)