Skip to content

Commit 469c61d

Browse files
committed
fix(workflows): push the image
1 parent cf93f55 commit 469c61d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
env:
9-
IMAGE_NAME: ${{ secrets.CI_REGISTRY }}/${{ secrets.CI_REGISTRY_IMAGE }}
9+
IMAGE_NAME: "${{ secrets.CI_REGISTRY }}/${{ secrets.CI_REGISTRY_IMAGE }}"
1010
SSH_PORT: ${{ secrets.SSH_PORT }}
1111
SSH_USER: ${{ secrets.SSH_USER }}
1212
DOMAIN_NAME: ${{ secrets.DOMAIN_NAME }}

0 commit comments

Comments
 (0)