Skip to content

Commit 98e9d60

Browse files
authored
Merge pull request #22 from renoki-co/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
2 parents ad51d29 + 407b601 commit 98e9d60

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/docker-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/setup-buildx-action@v1
3333

3434
- name: Login to Quay
35-
uses: docker/login-action@v1
35+
uses: docker/login-action@v2
3636
with:
3737
registry: quay.io
3838
username: ${{ secrets.DOCKER_REPOSITORY_USERNAME }}
@@ -73,7 +73,7 @@ jobs:
7373
uses: docker/setup-buildx-action@v1
7474

7575
- name: Login to Quay
76-
uses: docker/login-action@v1
76+
uses: docker/login-action@v2
7777
with:
7878
registry: quay.io
7979
username: ${{ secrets.DOCKER_REPOSITORY_USERNAME }}
@@ -113,7 +113,7 @@ jobs:
113113
uses: docker/setup-buildx-action@v1
114114

115115
- name: Login to Quay
116-
uses: docker/login-action@v1
116+
uses: docker/login-action@v2
117117
with:
118118
registry: quay.io
119119
username: ${{ secrets.DOCKER_REPOSITORY_USERNAME }}

.github/workflows/docker-latest-tag.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/setup-buildx-action@v1
3030

3131
- name: Login to Quay
32-
uses: docker/login-action@v1
32+
uses: docker/login-action@v2
3333
with:
3434
registry: quay.io
3535
username: ${{ secrets.DOCKER_REPOSITORY_USERNAME }}
@@ -70,7 +70,7 @@ jobs:
7070
uses: docker/setup-buildx-action@v1
7171

7272
- name: Login to Quay
73-
uses: docker/login-action@v1
73+
uses: docker/login-action@v2
7474
with:
7575
registry: quay.io
7676
username: ${{ secrets.DOCKER_REPOSITORY_USERNAME }}
@@ -110,7 +110,7 @@ jobs:
110110
uses: docker/setup-buildx-action@v1
111111

112112
- name: Login to Quay
113-
uses: docker/login-action@v1
113+
uses: docker/login-action@v2
114114
with:
115115
registry: quay.io
116116
username: ${{ secrets.DOCKER_REPOSITORY_USERNAME }}

.github/workflows/docker-release-tag.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: docker/setup-buildx-action@v1
3939

4040
- name: Login to Quay
41-
uses: docker/login-action@v1
41+
uses: docker/login-action@v2
4242
with:
4343
registry: quay.io
4444
username: ${{ secrets.DOCKER_REPOSITORY_USERNAME }}
@@ -89,7 +89,7 @@ jobs:
8989
uses: docker/setup-buildx-action@v1
9090

9191
- name: Login to Quay
92-
uses: docker/login-action@v1
92+
uses: docker/login-action@v2
9393
with:
9494
registry: quay.io
9595
username: ${{ secrets.DOCKER_REPOSITORY_USERNAME }}
@@ -139,7 +139,7 @@ jobs:
139139
uses: docker/setup-buildx-action@v1
140140

141141
- name: Login to Quay
142-
uses: docker/login-action@v1
142+
uses: docker/login-action@v2
143143
with:
144144
registry: quay.io
145145
username: ${{ secrets.DOCKER_REPOSITORY_USERNAME }}

0 commit comments

Comments
 (0)