Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
Update docker/login-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and BuckarooBanzay committed May 7, 2022
1 parent 48cc9cd commit 2ab5bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
go test ./...
- name: Docker Login
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 2ab5bb4

Please sign in to comment.