Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
werewolfboy13 committed Sep 22, 2024
1 parent b1456b4 commit e6ffae2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
file: Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/cblbot:latest
- name: Login to Tailscale
run: ${{ secrets.TAILSCALE_SCRIPT }}
- name: Push to prod
run: ${{ secrets.PUSH_WEBHOOK }}
run: curl -X POST ${{ secrets.PUSH_WEBHOOK }}

0 comments on commit e6ffae2

Please sign in to comment.