Skip to content

Commit c5f16d4

Browse files
Bump docker/login-action from 2 to 3 (#51)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f58c875 commit c5f16d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_build-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
-
4848
name: Login to Docker Hub
4949
if: github.event_name == 'release' && github.event.action == 'published'
50-
uses: docker/login-action@v2
50+
uses: docker/login-action@v3
5151
with:
5252
username: ${{ secrets.DOCKERHUB_USERNAME }}
5353
password: ${{ secrets.DOCKERHUB_TOKEN }}
5454
-
5555
name: Login to GitHub Container Registry
5656
if: github.event_name == 'release' && github.event.action == 'published'
57-
uses: docker/login-action@v2
57+
uses: docker/login-action@v3
5858
with:
5959
registry: ghcr.io
6060
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)