We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a30e1 commit 910ea61Copy full SHA for 910ea61
1 file changed
.github/workflows/base.yml
@@ -57,6 +57,8 @@ jobs:
57
if: ${{ github.repository_owner == 'CubeCoders' && github.ref == 'refs/heads/master' && always() }}
58
needs: [build_and_push]
59
runs-on: ubuntu-latest
60
+ continue-on-error: true
61
+
62
steps:
63
- uses: peter-evans/dockerhub-description@v4
64
with:
0 commit comments