Skip to content

Commit

Permalink
Update .github/workflows/docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel authored Sep 5, 2024
1 parent 4cb7391 commit bf7e3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
shell: bash

- name: Log in to Docker Hub
uses: docker/login-action@v3.3.0
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit bf7e3eb

Please sign in to comment.