We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3ffb2 commit c52b8abCopy full SHA for c52b8ab
.github/workflows/publish.yml
@@ -64,9 +64,8 @@ jobs:
64
uses: ./.github/actions/nixpacks
65
with:
66
push: true
67
- cache: true
+ cache: false
68
platforms: "linux/amd64,linux/arm64"
69
- cache_tag: ${{ env.IMAGE_NAME }}:cache
70
tags: |
71
${{ steps.login-ecr-public.outputs.registry }}/${{ env.AWS_ECR_ORG }}/${{ github.event.repository.name }}:${{ env.DATE_STAMP }}
72
${{ steps.login-ecr-public.outputs.registry }}/${{ env.AWS_ECR_ORG }}/${{ github.event.repository.name }}:latest
0 commit comments