chore(deps): bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/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>
This commit is contained in:
parent
7bebf391f5
commit
ee3ffc164e
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
|
|
||||||
# Docker Hub login (active)
|
# Docker Hub login (active)
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v4
|
||||||
with:
|
with:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
|
|
||||||
# GHCR login (commented out for future usage)
|
# GHCR login (commented out for future usage)
|
||||||
# - name: Log in to GitHub Container Registry
|
# - name: Log in to GitHub Container Registry
|
||||||
# uses: docker/login-action@v3
|
# uses: docker/login-action@v4
|
||||||
# with:
|
# with:
|
||||||
# registry: ghcr.io
|
# registry: ghcr.io
|
||||||
# username: ${{ github.actor }}
|
# username: ${{ github.actor }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue