Skip to content

Commit d2976c9

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 e3dcdf2 commit d2976c9

14 files changed

+15
-15
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-cads-image.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-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-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-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
@@ -74,7 +74,7 @@ jobs:
7474
submodules: recursive
7575

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

7979
with:
8080
context: cads-obs-catalogue-manager

0 commit comments

Comments
 (0)