fix: Allow Container CI workflow to continue on error (#47)

Temporary fix for Docker Hub failure.
This commit is contained in:
Dom Rodriguez 2024-06-10 19:10:30 +01:00 committed by GitHub
parent f8b43a8b79
commit 67c1342ce1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@ jobs:
name: Build and push container image to Docker Hub and GHCR.io name: Build and push container image to Docker Hub and GHCR.io
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'tanrax/RSSingle' }} if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'tanrax/RSSingle' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true
steps: steps:
- name: Checkout sources - name: Checkout sources
uses: actions/checkout@v2 uses: actions/checkout@v2