This commit is contained in:
parent
1b33a071b7
commit
890fa34b10
|
@ -39,5 +39,7 @@ jobs:
|
|||
run: ${{ env.build_command }}
|
||||
- name: Check images
|
||||
run: docker images
|
||||
- name: Remove dangling images
|
||||
run: docker image prune -f
|
||||
- name: Push
|
||||
run: make push
|
||||
|
|
Loading…
Reference in New Issue
Block a user