Skip to content

Commit a439cae

Browse files
build(deps): bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90c2f74 commit a439cae

21 files changed

+21
-21
lines changed

.github/workflows/build-broker-exporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: docker/setup-qemu-action@v2
1818

1919
- name: Login to harbor registry
20-
uses: docker/login-action@v2
20+
uses: docker/login-action@v3
2121
with:
2222
registry: "${{ secrets.HARBOR_IP }}"
2323
username: ${{ secrets.HARBOR_USER }}

.github/workflows/build-broker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: docker/setup-qemu-action@v2
2727

2828
- name: Login to harbor registry
29-
uses: docker/login-action@v2
29+
uses: docker/login-action@v3
3030
with:
3131
registry: '${{ secrets.HARBOR_IP }}'
3232
username: ${{ secrets.HARBOR_USER }}

.github/workflows/build-cache-cleaner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: docker/setup-qemu-action@v2
2626

2727
- name: Login to harbor registry
28-
uses: docker/login-action@v2
28+
uses: docker/login-action@v3
2929
with:
3030
registry: "${{ secrets.HARBOR_IP }}"
3131
username: ${{ secrets.HARBOR_USER }}

.github/workflows/build-canary-microservice.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: docker/setup-qemu-action@v2
1818

1919
- name: Login to harbor registry
20-
uses: docker/login-action@v2
20+
uses: docker/login-action@v3
2121
with:
2222
registry: "${{ secrets.HARBOR_IP }}"
2323
username: ${{ secrets.HARBOR_USER }}

.github/workflows/build-catalogue-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-qemu-action@v2
2525

2626
- name: Login to harbor registry
27-
uses: docker/login-action@v2
27+
uses: docker/login-action@v3
2828
with:
2929
registry: '${{ secrets.HARBOR_IP }}'
3030
username: ${{ secrets.HARBOR_USER }}

.github/workflows/build-cim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: docker/setup-qemu-action@v2
2626

2727
- name: Login to harbor registry
28-
uses: docker/login-action@v2
28+
uses: docker/login-action@v3
2929
with:
3030
registry: "${{ secrets.HARBOR_IP }}"
3131
username: ${{ secrets.HARBOR_USER }}

.github/workflows/build-csw-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: docker/setup-qemu-action@v2
2121

2222
- name: Login to harbor registry
23-
uses: docker/login-action@v2
23+
uses: docker/login-action@v3
2424
with:
2525
registry: '${{ secrets.HARBOR_IP }}'
2626
username: ${{ secrets.HARBOR_USER }}

.github/workflows/build-dask-mars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-qemu-action@v2
2525

2626
- name: Login to harbor registry
27-
uses: docker/login-action@v2
27+
uses: docker/login-action@v3
2828
with:
2929
registry: '${{ secrets.HARBOR_IP }}'
3030
username: ${{ secrets.HARBOR_USER }}

.github/workflows/build-dev-explorer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-qemu-action@v2
2525

2626
- name: Login to harbor registry
27-
uses: docker/login-action@v2
27+
uses: docker/login-action@v3
2828
with:
2929
registry: '${{ secrets.HARBOR_IP }}'
3030
username: ${{ secrets.HARBOR_USER }}

.github/workflows/build-fluentd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: docker/setup-qemu-action@v2
1818

1919
- name: Login to harbor registry
20-
uses: docker/login-action@v2
20+
uses: docker/login-action@v3
2121
with:
2222
registry: "${{ secrets.HARBOR_IP }}"
2323
username: ${{ secrets.HARBOR_USER }}

0 commit comments

Comments
 (0)