Skip to content

Commit 848c5ff

Browse files
build(deps): bump docker/login-action from 2 to 3 (#714)
1 parent 490a091 commit 848c5ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pull-request.yaml

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

5757
- name: Login to Registry
58-
uses: docker/login-action@v2
58+
uses: docker/login-action@v3
5959
with:
6060
registry: registry.staging.replicated.com
6161
username: ${{ secrets.REGISTRY_USERNAME_STAGING }}

.github/workflows/release-dev.yaml

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

2424
- name: Login to Registry
25-
uses: docker/login-action@v2
25+
uses: docker/login-action@v3
2626
with:
2727
registry: registry.staging.replicated.com
2828
username: ${{ secrets.REGISTRY_USERNAME_STAGING }}

.github/workflows/release-prod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: docker/setup-buildx-action@v2
3131

3232
- name: Login to Registry
33-
uses: docker/login-action@v2
33+
uses: docker/login-action@v3
3434
with:
3535
registry: registry.replicated.com
3636
username: ${{ secrets.REGISTRY_USERNAME_PRODUCTION }}
@@ -41,7 +41,7 @@ jobs:
4141
make build-and-push-local-artifact-mirror-image VERSION=$TAG_NAME
4242
4343
- name: Login to Registry
44-
uses: docker/login-action@v2
44+
uses: docker/login-action@v3
4545
with:
4646
registry: registry.staging.replicated.com
4747
username: ${{ secrets.REGISTRY_USERNAME_STAGING }}

0 commit comments

Comments
 (0)