Skip to content

Commit

Permalink
Merge pull request #102 from Staffbase/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/login-action-3.3.0

Bump docker/login-action from 3.2.0 to 3.3.0
  • Loading branch information
ricoberger authored Jul 23, 2024
2 parents dc4a5a6 + 936e2bb commit d71ee6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
go-version: 1.22

- name: Login to docker registry
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit d71ee6b

Please sign in to comment.