Skip to content

Commit

Permalink
chore: 🤖 update docker/login-action to v3 in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinHeidenis committed Nov 29, 2023
1 parent 30b79a8 commit d243320
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 @@ -24,7 +24,7 @@ jobs:
with:
go-version: stable
- name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit d243320

Please sign in to comment.