mirror of
https://github.com/tanrax/RSSingle.git
synced 2024-11-23 14:55:40 +01:00
fix: Allow Container CI workflow to continue on error (#47)
Temporary fix for Docker Hub failure.
This commit is contained in:
parent
f8b43a8b79
commit
67c1342ce1
1
.github/workflows/container.yml
vendored
1
.github/workflows/container.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user