Skip to content

Commit a042dbc

Browse files
authored
Merge pull request #32 from kadras-io/dependabot/github_actions/docker/login-action-3.5.0
deps: Bump docker/login-action from 3.4.0 to 3.5.0
2 parents 5108064 + 215e4c8 commit a042dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/commit-stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
114114

115115
- name: Login to container registry
116-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
116+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
117117
with:
118118
username: ${{ github.actor }}
119119
password: ${{ secrets.GITHUB_TOKEN }}
@@ -181,7 +181,7 @@ jobs:
181181
type=sha,format=long
182182
183183
- name: Login to container registry
184-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
184+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
185185
with:
186186
username: ${{ github.actor }}
187187
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)