Skip to content

Commit

Permalink
Merge pull request #1325 from cloudflare/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/login-action-3

build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
nickysemenza committed Sep 18, 2023
2 parents 78df137 + 4452a0e commit 73cd6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-builds.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Log in to the Docker hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ matrix.registry }}
username: ${{ matrix.username }}
Expand Down

0 comments on commit 73cd6b5

Please sign in to comment.