Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-broker-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
path: .

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5

with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-cads-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
path: .

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: docker
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-canary-microservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:


- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5

with:
context: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-cim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
path: cads-cim-ui

- name: Build API and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5

with:
context: cads-cim-api
Expand All @@ -74,7 +74,7 @@ jobs:
file: cads-cim-api/Dockerfile

- name: Build UI and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5

with:
context: cads-cim-ui
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-csw-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
token: ${{ secrets.CADS_PAT }}
path: ./pycsw-dynamic
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: ./pycsw-dynamic
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-dask-mars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
cp docker/dask-mars/mars docker/mars

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5

with:
context: docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-fluentd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
path: .

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5

with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-keycloak-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
path: .

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: docker
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-monitor-alert-log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
path: .

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5

with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-monitor-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
path: .

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5

with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-monitor-nrpe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
path: .

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5

with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-monitor-statistics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
path: .

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5

with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-monitor-user-details.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
path: .

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5

with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-obs-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
submodules: recursive

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5

with:
context: cads-obs-catalogue-manager
Expand Down