Skip to content

Commit c072d42

Browse files
authored
Merge pull request #2162 from mikebrady/dependabot/github_actions/development/docker/login-action-4.0.0
Bump docker/login-action from 3.7.0 to 4.0.0 [skip ci]
2 parents 23b1d2e + 59c1c6a commit c072d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-on-push-tag-or-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
fi
6060
6161
- name: Login to Docker Registry
62-
uses: docker/login-action@v3.7.0
62+
uses: docker/login-action@v4.0.0
6363
with:
6464
registry: ${{ secrets.DOCKER_REGISTRY }}
6565
username: ${{ secrets.DOCKER_REGISTRY_USER }}

0 commit comments

Comments
 (0)