Skip to content

Commit

Permalink
try newline delmited
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamg795 committed Feb 4, 2025
1 parent 35e434e commit c387fbe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release_local_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
file: self-hosted/Dockerfile.backend
tags: |
ghcr.io/get-convex/self-hosted-backend
cache-from:
- type=s3,name=self-hosted-backend-${{ github.ref_name }},prefix=buildkit
- type=s3,name=self-hosted-backend-${{ github.sha }},prefix=buildkit
cache-to:
- type=s3,name=self-hosted-backend-${{ github.sha }},mode=max,prefix=buildkit
- type=s3,name=self-hosted-backend-${{ github.ref_name }},mode=max,prefix=buildkit
cache-from: |
type=s3,name=self-hosted-backend-${{ github.ref_name }},prefix=buildkit
type=s3,name=self-hosted-backend-${{ github.sha }},prefix=buildkit
cache-to: |
type=s3,name=self-hosted-backend-${{ github.sha }},mode=max,prefix=buildkit
type=s3,name=self-hosted-backend-${{ github.ref_name }},mode=max,prefix=buildkit
outputs: push-by-digest=true,type=image,push=true
provenance: false
build-args: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release_local_dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
file: self-hosted/Dockerfile.dashboard
tags: |
ghcr.io/get-convex/self-hosted-dashboard
cache-from:
- type=s3,name=self-hosted-dashboard-${{ github.ref_name }},prefix=buildkit
- type=s3,name=self-hosted-dashboard-${{ github.sha }},prefix=buildkit
cache-to:
- type=s3,name=self-hosted-dashboard-${{ github.sha }},mode=max,prefix=buildkit
- type=s3,name=self-hosted-dashboard-${{ github.ref_name }},mode=max,prefix=buildkit
cache-from: |
type=s3,name=self-hosted-dashboard-${{ github.ref_name }},prefix=buildkit
type=s3,name=self-hosted-dashboard-${{ github.sha }},prefix=buildkit
cache-to: |
type=s3,name=self-hosted-dashboard-${{ github.sha }},mode=max,prefix=buildkit
type=s3,name=self-hosted-dashboard-${{ github.ref_name }},mode=max,prefix=buildkit
outputs: push-by-digest=true,type=image,push=true
provenance: false

Expand Down

0 comments on commit c387fbe

Please sign in to comment.