Skip to content

Commit

Permalink
Merge pull request #78 from kool-dev/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3.1.0

Bump docker/login-action from 2.1.0 to 3.1.0
  • Loading branch information
fabriciojs committed Mar 18, 2024
2 parents 4f9114d + 47e6cc2 commit 9e6b4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: docker run kooldev/nginx:${{ matrix.version }} nginx -v

- name: Login to DockerHub
uses: docker/login-action@v2.1.0
uses: docker/login-action@v3.1.0
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-nginx'
with:
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 9e6b4de

Please sign in to comment.