Skip to content

Commit 4699414

Browse files
Bump docker/login-action from 3 to 4 (#80)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e7524a commit 4699414

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_build-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ jobs:
5555
-
5656
name: Login to Docker Hub
5757
if: github.event_name == 'release' && github.event.action == 'published'
58-
uses: docker/login-action@v3
58+
uses: docker/login-action@v4
5959
with:
6060
username: ${{ secrets.DOCKERHUB_USERNAME }}
6161
password: ${{ secrets.DOCKERHUB_TOKEN }}
6262
-
6363
name: Login to GitHub Container Registry
6464
if: github.event_name == 'release' && github.event.action == 'published'
65-
uses: docker/login-action@v3
65+
uses: docker/login-action@v4
6666
with:
6767
registry: ghcr.io
6868
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)