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 4a8cb1c commit 1a81747
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: /tmp/.buildx-cache

- name: Build jss-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 jss-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 jss-builder image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand All @@ -61,7 +61,7 @@ jobs:
outputs: type=docker

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

- name: Build jss-runner image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,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

0 comments on commit 1a81747

Please sign in to comment.