Skip to content

Commit 476ccc6

Browse files
committed
Fix CI/CD
1 parent f5884f2 commit 476ccc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/branch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
name: Deploy image
8181
runs-on: ubuntu-latest
8282
needs: validate
83+
env:
84+
DOCKER_BRANCH: ${{ github.ref_name }}
8385
steps:
8486
- uses: actions/checkout@v4
8587
- name: Set environment variables
@@ -121,7 +123,6 @@ jobs:
121123
StrictHostKeyChecking no
122124
END
123125
env:
124-
DOCKER_BRANCH: ${{ github.ref_name }}
125126
SSH_USER: ${{ secrets.SSH_USER }}
126127
SSH_KEY: ${{ secrets.SSH_KEY }}
127128
SSH_HOST: ${{ secrets.SSH_HOST }}

0 commit comments

Comments
 (0)