Skip to content

Commit 5ef8fb3

Browse files
Bump docker/login-action from 4.4.0 to 4.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.4.0 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.4.0...v4.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34ae471 commit 5ef8fb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: docker run kooldev/nginx:${{ matrix.version }} nginx -v
3737

3838
- name: Login to DockerHub
39-
uses: docker/login-action@v4.4.0
39+
uses: docker/login-action@v4.6.0
4040
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-nginx'
4141
with:
4242
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)