Skip to content

Commit 5b33753

Browse files
chore:actions
1 parent f02f58f commit 5b33753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232

3333
images: |
34-
"${{env.DOCKER_REGISTRY}}/${{secrets.DOCKER_USERNAME}}/${{ env.IMAGE_NAME }}"
34+
"${{ env.DOCKER_REGISTRY }}/${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}"
3535
tags: |
3636
type=raw,value={{branch}}-sha-{{sha}}
3737

0 commit comments

Comments
 (0)