Skip to content

Commit c52b8ab

Browse files
committed
fix: no cache ecr
1 parent aa3ffb2 commit c52b8ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ jobs:
6464
uses: ./.github/actions/nixpacks
6565
with:
6666
push: true
67-
cache: true
67+
cache: false
6868
platforms: "linux/amd64,linux/arm64"
69-
cache_tag: ${{ env.IMAGE_NAME }}:cache
7069
tags: |
7170
${{ steps.login-ecr-public.outputs.registry }}/${{ env.AWS_ECR_ORG }}/${{ github.event.repository.name }}:${{ env.DATE_STAMP }}
7271
${{ steps.login-ecr-public.outputs.registry }}/${{ env.AWS_ECR_ORG }}/${{ github.event.repository.name }}:latest

0 commit comments

Comments
 (0)