Skip to content

Commit 2e8c496

Browse files
authored
Merge pull request #76 from TotallyNotRobots/renovate/docker-login-action-3.7.x
chore(deps): update docker/login-action action to v3.7.0
2 parents 88e22a1 + bdc824b commit 2e8c496

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
4646
- name: Log in to the Container registry
47-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
47+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
4848
with:
4949
registry: ${{ env.REGISTRY }}
5050
username: ${{ github.actor }}

0 commit comments

Comments
 (0)