Skip to content

Commit 9e6b4de

Browse files
authored
Merge pull request #78 from kool-dev/dependabot/github_actions/docker/login-action-3.1.0
Bump docker/login-action from 2.1.0 to 3.1.0
2 parents 4f9114d + 47e6cc2 commit 9e6b4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

+1-1
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@v2.1.0
39+
uses: docker/login-action@v3.1.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)