Skip to content

Commit

Permalink
fixe syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
satyam7world committed Dec 25, 2023
1 parent 70f4e8f commit 227ea4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- uses: docker/login-action@v3
name: Dockerhub Login
with:
username: $DOCKER_USERNAME
password: $DOCKER_PASSWORD
username: ${DOCKER_USERNAME}
password: ${DOCKER_PASSWORD}

- uses: docker/build-push-action@v3
name: Build and Push
Expand Down

0 comments on commit 227ea4a

Please sign in to comment.