Skip to content

Commit 7e8b9ed

Browse files
authored
Fix Cloudron develop latest build step (baserow#4160)
1 parent cafb8fc commit 7e8b9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ jobs:
10261026
file: deploy/cloudron/Dockerfile
10271027
push: true
10281028
build-args: |
1029-
FROM_ALL_IN_ONE_IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE_REPO }}/baserow:ci-tested-${{ github.sha }}
1029+
FROM_IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE_REPO }}/baserow:ci-tested-${{ github.sha }}
10301030
tags: |
10311031
${{ env.REGISTRY }}/${{ env.IMAGE_REPO }}/cloudron:ci-tested-${{ github.sha }}
10321032
cache-to: type=inline

0 commit comments

Comments
 (0)