Skip to content

Commit

Permalink
Update GitHub Action docker/build-push-action to v6.12.0 (#6165)
Browse files Browse the repository at this point in the history
Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com>
  • Loading branch information
hash-worker[bot] authored Jan 15, 2025
1 parent 4d81b44 commit ea61a3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/actions/build-docker-images/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ runs:

- name: Build hash-graph image
if: inputs.hash-graph == 'true' && github.event.pull_request.head.repo.full_name == github.repository
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
with:
context: .
file: apps/hash-graph/docker/Dockerfile
Expand All @@ -87,7 +87,7 @@ runs:
- name: Build hash-graph image (fork)
if: inputs.hash-graph == 'true' && github.event.pull_request.head.repo.full_name != github.repository
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
with:
context: .
file: apps/hash-graph/docker/Dockerfile
Expand All @@ -103,7 +103,7 @@ runs:
- name: Build hash-ai-worker-ts image
if: inputs.hash-ai-worker-ts == 'true' && github.event.pull_request.head.repo.full_name == github.repository
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
with:
context: .
file: apps/hash-ai-worker-ts/docker/Dockerfile
Expand All @@ -122,7 +122,7 @@ runs:
- name: Build hash-ai-worker-ts image (fork)
if: inputs.hash-ai-worker-ts == 'true' && github.event.pull_request.head.repo.full_name != github.repository
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
with:
context: .
file: apps/hash-ai-worker-ts/docker/Dockerfile
Expand All @@ -134,7 +134,7 @@ runs:
- name: Build hash-integration-worker image
if: inputs.hash-integration-worker == 'true' && github.event.pull_request.head.repo.full_name == github.repository
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
with:
context: .
file: apps/hash-integration-worker/docker/Dockerfile
Expand All @@ -151,7 +151,7 @@ runs:
- name: Build hash-integration-worker image (fork)
if: inputs.hash-integration-worker == 'true' && github.event.pull_request.head.repo.full_name != github.repository
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
with:
context: .
file: apps/hash-integration-worker/docker/Dockerfile
Expand All @@ -161,7 +161,7 @@ runs:
- name: Build hash-api image
if: inputs.hash-api == 'true' && github.event.pull_request.head.repo.full_name == github.repository
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
with:
context: .
file: infra/docker/api/prod/Dockerfile
Expand All @@ -178,7 +178,7 @@ runs:
- name: Build hash-api image (fork)
if: inputs.hash-api == 'true' && github.event.pull_request.head.repo.full_name != github.repository
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
with:
context: .
file: infra/docker/api/prod/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/docker-build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
# Build images and push to ECR
- name: Build and push ${{inputs.SHORTNAME}} image
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
env:
GH_RUN_ID: ${{ github.run_id }}
with:
Expand Down

0 comments on commit ea61a3b

Please sign in to comment.