We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41920e commit 39f6f95Copy full SHA for 39f6f95
.github/workflows/main.yml
@@ -20,6 +20,7 @@ jobs:
20
IMAGE: ${{ github.repository }}
21
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
22
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
23
+ continue-on-error: true
24
publish:
25
needs: [test]
26
runs-on: ubuntu-latest
0 commit comments