Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sahu04 authored Apr 2, 2024
1 parent 0286bb6 commit 96a8c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
run: |
docker login -u "$DOCKER_USER" -p "$DOCKER_PASSWORD"
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- name: Build the Docker image
run: docker build . -t goglang:1.10.0 -f ./guestbook-go/Dockerfile
Expand Down

0 comments on commit 96a8c0a

Please sign in to comment.