fix: continue on error for deleting old artifact step
All checks were successful
Main / build (push) Successful in 18s

This commit is contained in:
RouxAntoine 2024-09-01 16:04:14 +02:00
parent 6485df8812
commit 75c588601c
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -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