Skip to content

Commit 94c3961

Browse files
dependabot[bot]mhasself
authored andcommitted
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](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>
1 parent 9dbc056 commit 94c3961

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/official-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
# Dockerize
4040
- name: Login to Docker Hub
41-
uses: docker/login-action@v3
41+
uses: docker/login-action@v4
4242
with:
4343
username: ${{ secrets.REGISTRY_USER }}
4444
password: ${{ secrets.REGISTRY_PASSWORD }}

0 commit comments

Comments
 (0)