Skip to content

Commit

Permalink
Merge pull request #69 from Timmi6790/renovate/docker-login-action-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmi6790 authored Sep 5, 2024
2 parents 9fdcf7a + 632d126 commit 4561718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}

- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
if: ${{ steps.release.outputs.release_created }}
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 4561718

Please sign in to comment.