Skip to content

Commit

Permalink
Update GitHub Action docker/build-push-action to v6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hash-worker[bot] authored Sep 27, 2024
1 parent e570463 commit f156f11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/actions/build-docker-images/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:

- name: Build hash-graph image
if: inputs.hash-graph == 'true'
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
with:
context: .
file: apps/hash-graph/docker/Dockerfile
Expand Down Expand Up @@ -92,7 +92,7 @@ runs:

- name: Build hash-ai-worker-ts image
if: inputs.hash-ai-worker-ts == 'true'
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
with:
context: .
file: apps/hash-ai-worker-ts/docker/Dockerfile
Expand All @@ -117,7 +117,7 @@ runs:

- name: Build hash-integration-worker image
if: inputs.hash-integration-worker == 'true'
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
with:
context: .
file: apps/hash-integration-worker/docker/Dockerfile
Expand All @@ -142,7 +142,7 @@ runs:

- name: Build hash-api image
if: inputs.hash-api == 'true'
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.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@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
env:
GH_RUN_ID: ${{ github.run_id }}
with:
Expand Down

0 comments on commit f156f11

Please sign in to comment.