Skip to content

Commit b8ddf6f

Browse files
authored
Merge pull request #1564 from hal/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents a351dd6 + 6e00fd7 commit b8ddf6f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
java-version: 11
5151
distribution: temurin
5252
cache: maven
53-
- uses: docker/login-action@v3
53+
- uses: docker/login-action@v4
5454
with:
5555
registry: quay.io
5656
username: ${{ secrets.QUAY_USERNAME }}

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
CENTRAL_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
2727
CENTRAL_PASSWORD: ${{ secrets.CENTRAL_PASSWORD }}
28-
- uses: docker/login-action@v3
28+
- uses: docker/login-action@v4
2929
with:
3030
registry: quay.io
3131
username: ${{ secrets.QUAY_USERNAME }}

.github/workflows/wildfly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: wildfly/build-wildfly.sh --no-color
2525
- name: Login to Quay.io
2626
id: login-to-quay-io
27-
uses: docker/login-action@v3
27+
uses: docker/login-action@v4
2828
with:
2929
registry: quay.io
3030
username: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)