Skip to content

Commit e02227f

Browse files
chore(deps): bump docker/login-action from 1 to 2 (#1355)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54f19df commit e02227f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ jobs:
7272
with:
7373
go-version: 1.15.x
7474
- name: Login to Docker Hub
75-
uses: docker/login-action@v1
75+
uses: docker/login-action@v2
7676
with:
7777
username: ${{ secrets.DOCKERHUB_USERNAME }}
7878
password: ${{ secrets.DOCKERHUB_TOKEN }}
7979
- name: Login to GHCR
80-
uses: docker/login-action@v1
80+
uses: docker/login-action@v2
8181
with:
8282
username: ${{ secrets.BOT_USERNAME }}
8383
password: ${{ secrets.BOT_GHCR_PAT }}

0 commit comments

Comments
 (0)