Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ad0abaf44 |
@@ -66,3 +66,6 @@ jobs:
|
|||||||
VERSION=$(git describe --tags --always)
|
VERSION=$(git describe --tags --always)
|
||||||
COMMIT=$(git rev-parse --short HEAD)
|
COMMIT=$(git rev-parse --short HEAD)
|
||||||
VERSION=$VERSION COMMIT=$COMMIT docker compose up -d --build --remove-orphans
|
VERSION=$VERSION COMMIT=$COMMIT docker compose up -d --build --remove-orphans
|
||||||
|
|
||||||
|
- name: Prune unused images
|
||||||
|
run: docker image prune -f
|
||||||
|
|||||||
Reference in New Issue
Block a user