mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
allow build step "Delete untagged docker image" to fail
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -198,6 +198,7 @@ jobs:
|
|||||||
private_key: ${{ secrets.DEPS_UPDATER_PRIVATE_KEY }}
|
private_key: ${{ secrets.DEPS_UPDATER_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Delete untagged docker image
|
- name: Delete untagged docker image
|
||||||
|
continue-on-error: true
|
||||||
uses: camargo/delete-untagged-action@v1
|
uses: camargo/delete-untagged-action@v1
|
||||||
with:
|
with:
|
||||||
github-token: ${{ steps.generate_token.outputs.token }}
|
github-token: ${{ steps.generate_token.outputs.token }}
|
||||||
|
|||||||
Reference in New Issue
Block a user