Skip to content

Commit bca0bce

Browse files
Update docker/login-action action to v3 (#768)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e9153a8 commit bca0bce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Login to GHCR
117117
if: github.ref == 'refs/heads/master'
118-
uses: docker/login-action@v2
118+
uses: docker/login-action@v3
119119
with:
120120
registry: ghcr.io
121121
username: ${{ github.actor }}
@@ -144,7 +144,7 @@ jobs:
144144
steps:
145145
- name: Login to GitHub Container Registry
146146
if: github.ref == 'refs/heads/master'
147-
uses: docker/login-action@v2
147+
uses: docker/login-action@v3
148148
with:
149149
registry: ghcr.io
150150
username: ${{ github.actor }}

0 commit comments

Comments
 (0)