Skip to content

Commit 9a42d1e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141

4242
- name: Login to DockerHub
4343
if: ${{ github.ref == 'refs/heads/master' }}
44-
uses: docker/login-action@v2
44+
uses: docker/login-action@v3
4545
with:
4646
username: theorangeone
4747
password: ${{ secrets.DOCKERHUB_TOKEN }}
4848

4949
- name: Login to GitHub Container Registry
50-
uses: docker/login-action@v2
50+
uses: docker/login-action@v3
5151
if: ${{ github.ref == 'refs/heads/master' }}
5252
with:
5353
registry: ghcr.io

0 commit comments

Comments
 (0)