Skip to content

Commit d8496e8

Browse files
authored
Update main.yml
1 parent 99231f3 commit d8496e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: Log in to DockerHub
3434
uses: docker/login-action@v3
3535
with:
36-
username: ${{secrets.DOCKER_USERNAME}}
37-
password: ${{secrets.DOCKER_PASSWORD}}
36+
username: ${{ secrets.DOCKER_USERNAME }}
37+
password: ${{ secrets.DOCKER_PASSWORD }}
3838

3939
- name: Build Docker image
4040
run: docker build -t ${{ secrets.DOCKER_USERNAME }}/nodejs-docker-cicd .

0 commit comments

Comments
 (0)