Skip to content

Commit b24542d

Browse files
authored
Merge pull request #291 from fitbeard/dependabot/github_actions/docker/login-action-3.4.0
2 parents 673988f + 6b0285f commit b24542d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v4
4444

4545
- name: Authenticate with Quay.io
46-
uses: docker/login-action@v3.3.0
46+
uses: docker/login-action@v3.4.0
4747
with:
4848
registry: quay.io
4949
username: ${{ secrets.QUAY_USERNAME }}

.github/workflows/build-manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
exit 0
5959
6060
- name: Authenticate with Quay.io
61-
uses: docker/login-action@v3.3.0
61+
uses: docker/login-action@v3.4.0
6262
with:
6363
registry: quay.io
6464
username: ${{ secrets.QUAY_USERNAME }}
@@ -115,7 +115,7 @@ jobs:
115115
exit 0
116116
117117
- name: Authenticate with Quay.io
118-
uses: docker/login-action@v3.3.0
118+
uses: docker/login-action@v3.4.0
119119
with:
120120
registry: quay.io
121121
username: ${{ secrets.QUAY_USERNAME }}

.github/workflows/promote-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
exit 0
5757
5858
- name: Authenticate with Quay.io
59-
uses: docker/login-action@v3.3.0
59+
uses: docker/login-action@v3.4.0
6060
with:
6161
registry: quay.io
6262
username: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)