Skip to content

Commit b99186e

Browse files
authored
Merge pull request #53 from WyriHaximusNet/renovate/update-github-tags-docker-login-action-v3-5-0
Update docker/login-action action to v3.5.0
2 parents 1c61382 + 31a861b commit b99186e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- run: docker images
129129
- name: Login to GitHub Container Registry
130130
if: github.event_name != 'pull_request'
131-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
131+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
132132
with:
133133
registry: ghcr.io
134134
username: ${{ github.actor }}

0 commit comments

Comments
 (0)