Skip to content

Commit

Permalink
update build-push-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
aynsix committed Nov 29, 2024
1 parent a334005 commit 325cde4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: ${{ inputs.withLibs && './' || inputs.context }}
file: ${{ inputs.context }}/Dockerfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push API PHP
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: ${{ inputs.withLibs && './' || inputs.context }}
file: ${{ inputs.context }}/Dockerfile
Expand All @@ -56,7 +56,7 @@ jobs:
${{ env.REGISTRY_NAMESPACE }}${{ inputs.prefix }}-api-php:${{ env.DOCKER_TAG }}
- name: Build and Push API NGINX
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: ${{ inputs.withLibs && './' || inputs.context }}
file: ${{ inputs.context }}/Dockerfile
Expand All @@ -72,7 +72,7 @@ jobs:
${{ env.REGISTRY_NAMESPACE }}${{ inputs.prefix }}-api-nginx:${{ env.DOCKER_TAG }}
- name: Build and Push Worker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: ${{ inputs.withLibs && './' || inputs.context }}
file: ${{ inputs.context }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: ${{ inputs.context }}
target: ${{ inputs.target }}
Expand Down

0 comments on commit 325cde4

Please sign in to comment.