Skip to content

Commit c423612

Browse files
authored
Update build-docker-image.yml
Signed-off-by: David Waring <[email protected]>
1 parent 886add5 commit c423612

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
(echo ${{ secrets.USERPWD }} | sudo -S python3 -m pip install --break-system-packages --upgrade meson) && \
3636
meson setup build
3737
meson introspect --projectinfo build | jq '.version' | sed 's/^"/version=/;s/"$//' >> "$GITHUB_OUTPUT"
38+
rm -rf build
3839
3940
- name: Build and push Docker image
4041
id: push

0 commit comments

Comments
 (0)