Skip to content

Commit e7d96ed

Browse files
authored
Merge pull request #1820 from cloudfoundry/dependabot/github_actions/develop/docker/login-action-3.7.0
build(deps): bump docker/login-action from 3.6.0 to 3.7.0
2 parents beeadf4 + 5067031 commit e7d96ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-catnip-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@v6
2323
- name: Log in to the Container registry
24-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
24+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
2525
with:
2626
registry: ${{ env.REGISTRY }}
2727
username: ${{ github.actor }}

0 commit comments

Comments
 (0)