fix: continue on error for deleting old artifact step
All checks were successful
Main / build (push) Successful in 18s
All checks were successful
Main / build (push) Successful in 18s
This commit is contained in:
parent
6485df8812
commit
75c588601c
@ -26,10 +26,10 @@ jobs:
|
|||||||
|
|
||||||
- name: DELETE old master binary
|
- name: DELETE old master binary
|
||||||
uses: fjogeleit/http-request-action@v1
|
uses: fjogeleit/http-request-action@v1
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
url: "https://antoine-roux.tk/projects/api/packages/go/generic/docker-multi-arch-builder/${{ env.RELEASE_VERSION }}"
|
url: "https://antoine-roux.tk/projects/api/packages/go/generic/docker-multi-arch-builder/${{ env.RELEASE_VERSION }}"
|
||||||
method: 'DELETE'
|
method: 'DELETE'
|
||||||
continue-on-error: true
|
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.TOKEN_REGISTRY }}
|
password: ${{ secrets.TOKEN_REGISTRY }}
|
||||||
timeout: 20000
|
timeout: 20000
|
||||||
|
Loading…
Reference in New Issue
Block a user