mirror of
https://gitlab.com/monolithify/base-image-build.git
synced 2024-11-21 20:21:27 +00:00
chore: remove dangling container
This commit is contained in:
parent
5150f5e507
commit
e999475846
@ -32,6 +32,10 @@ jobs:
|
||||
docker:
|
||||
image: docker:27.0.3-dind
|
||||
steps:
|
||||
- name: Stop the dangling builder container
|
||||
if: always()
|
||||
run: docker rm -f $BUILDER_CONTAINER_NAME || true
|
||||
|
||||
- name: Setup the build environment
|
||||
run: |
|
||||
export BUILDER_PRIVATE_KEY=$(echo -ne "$BUILDER_PRIVATE_KEY" | awk '{printf "%s\\n", $0}')
|
||||
|
Loading…
Reference in New Issue
Block a user