We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafb8fc commit 7e8b9edCopy full SHA for 7e8b9ed
.github/workflows/ci.yml
@@ -1026,7 +1026,7 @@ jobs:
1026
file: deploy/cloudron/Dockerfile
1027
push: true
1028
build-args: |
1029
- FROM_ALL_IN_ONE_IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE_REPO }}/baserow:ci-tested-${{ github.sha }}
+ FROM_IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE_REPO }}/baserow:ci-tested-${{ github.sha }}
1030
tags: |
1031
${{ env.REGISTRY }}/${{ env.IMAGE_REPO }}/cloudron:ci-tested-${{ github.sha }}
1032
cache-to: type=inline
0 commit comments