Update .gitea/workflows/docker.yaml
This commit is contained in:
@@ -76,3 +76,8 @@ jobs:
|
||||
echo "$PASSWORD" | docker login "${{ inputs.DockerImageDomain }}" -u "$USERNAME" --password-stdin
|
||||
docker push -a "$IMAGE"
|
||||
# docker system prune --all --force --filter until=6h
|
||||
|
||||
- name: Cleanup
|
||||
if: always()
|
||||
run: |
|
||||
docker images "$IMAGE" --format "{{.Repository}}:{{.Tag}}" | xargs -r docker rmi -f
|
||||
|
||||
Reference in New Issue
Block a user