Skip to content

Commit 293c55a

Browse files
authored
chore: add check docker hub username step
1 parent a124cee commit 293c55a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757

5858
- name: Extract Version from Tag
5959
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
60+
61+
- name: Print DOCKER_HUB_USERNAME
62+
run: echo "DOCKER_HUB_USERNAME=${{ secrets.DOCKER_HUB_USERNAME }}"
6063

6164
- name: Deploy to EC2
6265
run: |

0 commit comments

Comments
 (0)