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 b0457f8 commit 485103bCopy full SHA for 485103b
1 file changed
.github/workflows/build-runtime.yml
@@ -52,6 +52,9 @@ jobs:
52
mkdir -p ~/.lithops
53
cp .lithops/config ~/.lithops/config
54
55
+ - name: Delete existing runtime
56
+ run: lithops runtime delete ${{ env.RUNTIME_NAME }} -b aws_lambda --yes || true
57
+
58
- name: Build runtime
59
run: lithops runtime build ${{ env.RUNTIME_NAME }} -b aws_lambda -f Dockerfile
60
0 commit comments