Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
keithhubner committed Apr 3, 2024
1 parent f6dedfc commit 7e4d4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: $DOCKER_USERNAME
password: $DOCKER_PASSWORD
username: "$DOCKER_USERNAME"
password: "$DOCKER_PASSWORD"

- name: Build Docker image
run: docker build -t keithhubner/klbc:latest .
Expand Down

0 comments on commit 7e4d4b5

Please sign in to comment.