allow build step "Delete untagged docker image" to fail

This commit is contained in:
sebthom
2022-03-22 19:34:37 +01:00
parent f3e231dc1e
commit 5918486d5b

View File

@@ -198,6 +198,7 @@ jobs:
private_key: ${{ secrets.DEPS_UPDATER_PRIVATE_KEY }}
- name: Delete untagged docker image
continue-on-error: true
uses: camargo/delete-untagged-action@v1
with:
github-token: ${{ steps.generate_token.outputs.token }}