Skip to content

Commit

Permalink
Update docker/build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Feb 15, 2024
1 parent 0509952 commit 7384e44
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acme-postgresql-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
EOF
- name: Build postgrsql image with certificates
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
tags: postgres-ssl
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/acme-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
path: /tmp/.buildx-cache

- name: Build pki-deps image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand All @@ -38,7 +38,7 @@ jobs:
if: steps.cache-buildx.outputs.cache-hit != 'true'

- name: Build pki-builder-deps image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand All @@ -50,7 +50,7 @@ jobs:
if: steps.cache-buildx.outputs.cache-hit != 'true'

- name: Build pki-runner image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand All @@ -63,7 +63,7 @@ jobs:
outputs: type=docker

- name: Build pki-acme image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
path: /tmp/.buildx-cache

- name: Build pki-deps image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand All @@ -38,7 +38,7 @@ jobs:
if: steps.cache-buildx.outputs.cache-hit != 'true'

- name: Build pki-builder-deps image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand All @@ -50,7 +50,7 @@ jobs:
if: steps.cache-buildx.outputs.cache-hit != 'true'

- name: Build pki-builder image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand All @@ -62,7 +62,7 @@ jobs:
outputs: type=docker

- name: Build pki-dist image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand All @@ -74,7 +74,7 @@ jobs:
outputs: type=docker

- name: Build pki-runner image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand All @@ -86,7 +86,7 @@ jobs:
outputs: type=docker

- name: Build pki-server image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand All @@ -98,7 +98,7 @@ jobs:
outputs: type=docker

- name: Build pki-ca image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ipa-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: /tmp/.buildx-cache

- name: Build pki-deps image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand All @@ -37,7 +37,7 @@ jobs:
if: steps.cache-buildx.outputs.cache-hit != 'true'

- name: Build pki-builder-deps image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand All @@ -49,7 +49,7 @@ jobs:
if: steps.cache-buildx.outputs.cache-hit != 'true'

- name: Build ipa-runner image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sonarcloud-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
path: /tmp/.buildx-cache

- name: Build pki-deps image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand All @@ -115,7 +115,7 @@ jobs:
if: steps.cache-buildx.outputs.cache-hit != 'true'

- name: Build pki-builder-deps image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand All @@ -127,7 +127,7 @@ jobs:
if: steps.cache-buildx.outputs.cache-hit != 'true'

- name: Build pki-runner image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand Down

0 comments on commit 7384e44

Please sign in to comment.