Skip to content

Commit 2d57b95

Browse files
dependabot[bot]Shashank Sinha
andauthored
Bump percona-platform/login-action from 1 to 2 (#522)
Bumps percona-platform/login-action from 1 to 2. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shashank Sinha <[email protected]>
1 parent cf4ca67 commit 2d57b95

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
@@ -23,14 +23,14 @@ jobs:
2323
go-version: 1.17
2424
-
2525
name: Login to Docker Hub
26-
uses: percona-platform/login-action@v1
26+
uses: percona-platform/login-action@v2
2727
with:
2828
username: ${{ secrets.DOCKERHUB_USERNAME }}
2929
password: ${{ secrets.DOCKERHUB_TOKEN }}
3030

3131
-
3232
name: Login to GitHub Container Registry
33-
uses: percona-platform/login-action@v1
33+
uses: percona-platform/login-action@v2
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.actor }}

0 commit comments

Comments
 (0)