Skip to content

Commit

Permalink
Fix for logging in to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
philhawthorne committed Nov 27, 2023
1 parent 8734bf6 commit aae8055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Docker Login
if: success()
run: |
echo "${DOCKER_PASSWORD}" | docker login ${DOCKER_REGISTRY} --username "${DOCKER_USERNAME}" --password-stdin
echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin
- name: Run Buildx (push image)
if: success()
run: |
Expand Down

0 comments on commit aae8055

Please sign in to comment.