Skip to content

Commit

Permalink
Added some continue on errors
Browse files Browse the repository at this point in the history
  • Loading branch information
werewolfboy13 committed Sep 25, 2024
1 parent ad33851 commit 4675ea1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ jobs:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/cblbot:latest
- name: Login to Tailscale
continue-on-error: true
run: ${{ secrets.TAILSCALE_SCRIPT }}
- name: Push to prod
continue-on-error: true
run: curl -X POST ${{ secrets.PUSH_WEBHOOK }}
- name: Logout of Tailscale
continue-on-error: true
run: sudo tailscale logout

0 comments on commit 4675ea1

Please sign in to comment.