Skip to content

Commit cee39fe

Browse files
authored
Merge pull request #231 from PerfectThymeTech/dependabot/github_actions/docker/login-action-3.7.0
Bump docker/login-action from 3.6.0 to 3.7.0
2 parents b3bea66 + fb99362 commit cee39fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_containerTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# Login Container Registry
7474
- name: Login Container Registry
7575
id: registry_login
76-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
76+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
7777
if: github.event_name != 'pull_request'
7878
with:
7979
registry: ${{ inputs.registry_uri }}

0 commit comments

Comments
 (0)