Skip to content

Commit 115fc7a

Browse files
Update docker/login-action action to v3
1 parent d3d63ac commit 115fc7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: docker/setup-buildx-action@v2
4747

4848
- name: Login to Registry
49-
uses: docker/login-action@v2
49+
uses: docker/login-action@v3
5050
with:
5151
username: ${{ secrets.STAKATER_DOCKERHUB_USERNAME }}
5252
password: ${{ secrets.STAKATER_DOCKERHUB_PASSWORD }}

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: docker/setup-buildx-action@v2
5353

5454
- name: Login to Registry
55-
uses: docker/login-action@v2
55+
uses: docker/login-action@v3
5656
with:
5757
username: ${{ secrets.STAKATER_DOCKERHUB_USERNAME }}
5858
password: ${{ secrets.STAKATER_DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)