Skip to content

Commit 39f6f95

Browse files
committed
don't stall on publishing readme
1 parent a41920e commit 39f6f95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
IMAGE: ${{ github.repository }}
2121
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
2222
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
23+
continue-on-error: true
2324
publish:
2425
needs: [test]
2526
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)