Skip to content

Commit 9f50fd3

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

21 files changed

+22
-22
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: .
5151

5252
- name: Build and push
53-
uses: docker/build-push-action@v3
53+
uses: docker/build-push-action@v5
5454

5555
with:
5656
context: .

.github/workflows/build-broker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
path: ./docker/cads-worker
8888

8989
- name: Build and push
90-
uses: docker/build-push-action@v3
90+
uses: docker/build-push-action@v5
9191
with:
9292
context: docker
9393
push: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
path: ./docker/cads-common
8181

8282
- name: Build and push
83-
uses: docker/build-push-action@v3
83+
uses: docker/build-push-action@v5
8484

8585
with:
8686
context: docker

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252

5353
- name: Build and push
54-
uses: docker/build-push-action@v3
54+
uses: docker/build-push-action@v5
5555

5656
with:
5757
context: .

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
path: ./docker/cads-catalogue-api-service
112112

113113
- name: Build and push
114-
uses: docker/build-push-action@v3
114+
uses: docker/build-push-action@v5
115115
with:
116116
context: docker
117117
push: true

.github/workflows/build-cim.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
path: cads-cim-ui
6666

6767
- name: Build API and push
68-
uses: docker/build-push-action@v3
68+
uses: docker/build-push-action@v5
6969

7070
with:
7171
context: cads-cim-api
@@ -74,7 +74,7 @@ jobs:
7474
file: cads-cim-api/Dockerfile
7575

7676
- name: Build UI and push
77-
uses: docker/build-push-action@v3
77+
uses: docker/build-push-action@v5
7878

7979
with:
8080
context: cads-cim-ui

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
token: ${{ secrets.CADS_PAT }}
5353
path: ./pycsw-dynamic
5454
- name: Build and push
55-
uses: docker/build-push-action@v3
55+
uses: docker/build-push-action@v5
5656
with:
5757
context: ./pycsw-dynamic
5858
push: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
cp docker/dask-mars/mars docker/mars
7474
7575
- name: Build and push
76-
uses: docker/build-push-action@v3
76+
uses: docker/build-push-action@v5
7777

7878
with:
7979
context: docker

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
path: ./docker/cads-licences
147147

148148
- name: Build and push
149-
uses: docker/build-push-action@v3
149+
uses: docker/build-push-action@v5
150150
with:
151151
context: docker
152152
push: true

.github/workflows/build-fluentd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: .
5151

5252
- name: Build and push
53-
uses: docker/build-push-action@v3
53+
uses: docker/build-push-action@v5
5454

5555
with:
5656
context: .

.github/workflows/build-keycloak-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
path: .
6060

6161
- name: Build and push
62-
uses: docker/build-push-action@v3
62+
uses: docker/build-push-action@v5
6363
with:
6464
context: docker
6565
push: true

.github/workflows/build-monitor-alert-log.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: .
5151

5252
- name: Build and push
53-
uses: docker/build-push-action@v3
53+
uses: docker/build-push-action@v5
5454

5555
with:
5656
context: .

.github/workflows/build-monitor-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: .
5151

5252
- name: Build and push
53-
uses: docker/build-push-action@v3
53+
uses: docker/build-push-action@v5
5454

5555
with:
5656
context: .

.github/workflows/build-monitor-nrpe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: .
5151

5252
- name: Build and push
53-
uses: docker/build-push-action@v3
53+
uses: docker/build-push-action@v5
5454

5555
with:
5656
context: .

.github/workflows/build-monitor-statistics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: .
5151

5252
- name: Build and push
53-
uses: docker/build-push-action@v3
53+
uses: docker/build-push-action@v5
5454

5555
with:
5656
context: .

.github/workflows/build-monitor-user-details.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: .
5151

5252
- name: Build and push
53-
uses: docker/build-push-action@v3
53+
uses: docker/build-push-action@v5
5454

5555
with:
5656
context: .

.github/workflows/build-obs-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
submodules: recursive
5959

6060
- name: Build and push
61-
uses: docker/build-push-action@v3
61+
uses: docker/build-push-action@v5
6262

6363
with:
6464
context: cads-obs-catalogue-manager

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
path: ./docker/cads-extended-profiles
8181

8282
- name: Build and push
83-
uses: docker/build-push-action@v3
83+
uses: docker/build-push-action@v5
8484
with:
8585
context: docker
8686
push: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
path: ./docker/cads-obs-catalogue-manager
115115

116116
- name: Build and push
117-
uses: docker/build-push-action@v3
117+
uses: docker/build-push-action@v5
118118
with:
119119
context: docker
120120
push: true

.github/workflows/build-webportal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
path: ./cads-webportal
5858
ref: ${{ github.event.inputs.gh_branch }}
5959
- name: Build and push
60-
uses: docker/build-push-action@v3
60+
uses: docker/build-push-action@v5
6161

6262
with:
6363
context: ./cads-webportal

.github/workflows/build-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
token: ${{ secrets.CADS_PAT }}
9494
path: ./docker/cads-worker
9595
- name: Build and push
96-
uses: docker/build-push-action@v3
96+
uses: docker/build-push-action@v5
9797

9898
with:
9999
context: docker

0 commit comments

Comments
 (0)