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 0dde97c commit f58bafbCopy full SHA for f58bafb
.github/workflows/ci.yml
@@ -41,6 +41,7 @@ jobs:
41
with:
42
context: '{{defaultContext}}:Builder'
43
platforms: linux/amd64,linux/arm64
44
+ provenance: false
45
push: ${{ github.ref == 'refs/heads/main' }}
46
tags: |
47
ghcr.io/${{ github.repository_owner }}/rails-base-builder:${{ env.TAG_NAME }}
@@ -53,6 +54,7 @@ jobs:
53
54
55
context: '{{defaultContext}}:Final'
56
57
58
59
60
ghcr.io/${{ github.repository_owner }}/rails-base-final:${{ env.TAG_NAME }}
0 commit comments