Skip to content

Commit 4765d90

Browse files
Merge pull request #15634 from rabbitmq/dependabot/github_actions/main/docker/login-action-4
build(deps): bump docker/login-action from 3 to 4
2 parents d4297be + 9ee85df commit 4765d90

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/authorization-server-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v6
2525

2626
- name: Login to Docker Hub
27-
uses: docker/login-action@v3
27+
uses: docker/login-action@v4
2828
with:
2929
username: ${{ secrets.DOCKERHUB_USERNAME }}
3030
password: ${{ secrets.DOCKERHUB_PASSWORD }}

.github/workflows/ibm-mq-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
docker tag ibm-mqadvanced-server-dev:${{ env.IMAGE_TAG }} ${{ env.REGISTRY_IMAGE }}:${{ env.IMAGE_TAG }}
5959
-
6060
name: Login to Docker Hub
61-
uses: docker/login-action@v3
61+
uses: docker/login-action@v4
6262
with:
6363
username: ${{ secrets.DOCKERHUB_USERNAME }}
6464
password: ${{ secrets.DOCKERHUB_PASSWORD }}

.github/workflows/oci-make-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
uses: docker/setup-buildx-action@v3
129129

130130
- name: Login to Docker Hub
131-
uses: docker/login-action@v3
131+
uses: docker/login-action@v4
132132
with:
133133
username: ${{ secrets.DOCKERHUB_USERNAME }}
134134
password: ${{ secrets.DOCKERHUB_PASSWORD }}

.github/workflows/oci-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Set up Docker Buildx
114114
uses: docker/setup-buildx-action@v3
115115
- name: Login to Docker Hub
116-
uses: docker/login-action@v3
116+
uses: docker/login-action@v4
117117
with:
118118
username: ${{ secrets.DOCKERHUB_USERNAME }}
119119
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)