Skip to content

Commit

Permalink
Merge pull request #110 from fholzer/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
fholzer committed Sep 19, 2023
2 parents d203ebb + 9729e9c commit 6ae0e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
docker run --rm -v $(pwd)/tests.sh:/tests.sh --entrypoint sh ${{ env.IMAGE_NAME }} /tests.sh
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
if: github.event_name != 'pull_request'
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 6ae0e87

Please sign in to comment.