Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/actions/build-docker-images/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ runs:
tags: |
hash-graph
hash-graph:test
provenance: false
cache-from: |
type=registry,ref=ghcr.io/hashintel/hash-graph${{ env.IMAGE_TAG }}
type=registry,ref=ghcr.io/hashintel/hash-graph
Expand All @@ -99,6 +100,7 @@ runs:
tags: |
hash-graph
hash-graph:test
provenance: false
cache-from: |
type=registry,ref=ghcr.io/hashintel/hash-graph
secrets: |
Expand All @@ -114,6 +116,7 @@ runs:
context: .
file: apps/hash-ai-worker-ts/docker/Dockerfile
tags: hash-ai-worker-ts
provenance: false
cache-from: |
type=registry,ref=ghcr.io/hashintel/hash-ai-worker-ts${{ env.IMAGE_TAG }}
type=registry,ref=ghcr.io/hashintel/hash-ai-worker-ts
Expand All @@ -135,6 +138,7 @@ runs:
context: .
file: apps/hash-ai-worker-ts/docker/Dockerfile
tags: hash-ai-worker-ts
provenance: false
cache-from: |
type=registry,ref=ghcr.io/hashintel/hash-ai-worker-ts
secrets: |
Expand All @@ -149,6 +153,7 @@ runs:
context: .
file: apps/hash-integration-worker/docker/Dockerfile
tags: hash-integration-worker
provenance: false
cache-from: |
type=registry,ref=ghcr.io/hashintel/hash-integration-worker${{ env.IMAGE_TAG }}
type=registry,ref=ghcr.io/hashintel/hash-integration-worker
Expand All @@ -168,6 +173,7 @@ runs:
context: .
file: apps/hash-integration-worker/docker/Dockerfile
tags: hash-integration-worker
provenance: false
cache-from: |
type=registry,ref=ghcr.io/hashintel/hash-integration-worker
secrets: |
Expand All @@ -180,6 +186,7 @@ runs:
context: .
file: infra/docker/api/prod/Dockerfile
tags: hash-api
provenance: false
cache-from: |
type=registry,ref=ghcr.io/hashintel/hash-api${{ env.IMAGE_TAG }}
type=registry,ref=ghcr.io/hashintel/hash-api
Expand All @@ -199,6 +206,7 @@ runs:
context: .
file: infra/docker/api/prod/Dockerfile
tags: hash-api
provenance: false
cache-from: |
type=registry,ref=ghcr.io/hashintel/hash-api
secrets: |
Expand All @@ -211,6 +219,7 @@ runs:
context: .
file: infra/docker/frontend/prod/Dockerfile
tags: hash-frontend
provenance: false
cache-from: |
type=registry,ref=ghcr.io/hashintel/hash-frontend${{ env.IMAGE_TAG }}
type=registry,ref=ghcr.io/hashintel/hash-frontend
Expand All @@ -233,6 +242,7 @@ runs:
context: .
file: infra/docker/frontend/prod/Dockerfile
tags: hash-frontend
provenance: false
cache-from: |
type=registry,ref=ghcr.io/hashintel/hash-frontend
secrets: |
Expand Down
1 change: 1 addition & 0 deletions .github/actions/docker-build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ runs:
${{ inputs.AWS_ECR_URL }}/${{ inputs.IMAGE_NAME }}:${{ inputs.IMAGE_TAG }}
${{ inputs.AWS_ECR_URL }}/${{ inputs.IMAGE_NAME }}:sha-${{ github.sha }}
${{ inputs.AWS_ECR_URL }}/${{ inputs.IMAGE_NAME }}:run-${{ env.GH_RUN_ID }}
provenance: false
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,mode=max,dest=/tmp/.buildx-cache-new

Expand Down
Loading