Skip to content

Commit f58bafb

Browse files
committed
Fix unknown manifest
1 parent 0dde97c commit f58bafb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
context: '{{defaultContext}}:Builder'
4343
platforms: linux/amd64,linux/arm64
44+
provenance: false
4445
push: ${{ github.ref == 'refs/heads/main' }}
4546
tags: |
4647
ghcr.io/${{ github.repository_owner }}/rails-base-builder:${{ env.TAG_NAME }}
@@ -53,6 +54,7 @@ jobs:
5354
with:
5455
context: '{{defaultContext}}:Final'
5556
platforms: linux/amd64,linux/arm64
57+
provenance: false
5658
push: ${{ github.ref == 'refs/heads/main' }}
5759
tags: |
5860
ghcr.io/${{ github.repository_owner }}/rails-base-final:${{ env.TAG_NAME }}

0 commit comments

Comments
 (0)