Skip to content

Commit 4c253cb

Browse files
authored
Merge pull request #162 from PerfectThymeTech/dependabot/github_actions/docker/login-action-3.1.0
Bump docker/login-action from 3.0.0 to 3.1.0
2 parents 25e97a1 + d20ee27 commit 4c253cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_containerTemplate.yml

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

7373
# Login Container Registry
7474
- name: Login Container Registry
75-
uses: docker/login-action@v3.0.0
75+
uses: docker/login-action@v3.1.0
7676
id: registry_login
7777
if: github.event_name != 'pull_request'
7878
with:

0 commit comments

Comments
 (0)