Skip to content

Commit

Permalink
Delete existing Lithops image before rebuilding (#427)
Browse files Browse the repository at this point in the history
Don't run on pull requests
  • Loading branch information
tomwhite authored Mar 15, 2024
1 parent e7dd08d commit e364761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lithops-images.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Lithops images

on:
pull_request:
push:
branches:
- main
Expand Down Expand Up @@ -82,5 +81,6 @@ jobs:
env:
LITHOPS_CONFIG_FILE: ${{ github.workspace }}/${{ matrix.lithops-config }}
run: |
lithops runtime delete -b ${{ matrix.lithops-backend }} -d cubed-runtime-main
lithops runtime build -b ${{ matrix.lithops-backend }} -f ${{ matrix.lithops-build-file }} cubed-runtime-main
lithops runtime deploy -b ${{ matrix.lithops-backend }} --memory ${{ matrix.lithops-memory }} cubed-runtime-main

0 comments on commit e364761

Please sign in to comment.