Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doras-to-admin authored Jul 22, 2024
1 parent b37d709 commit 10b3a80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Docker Image
on:
push:
branches:
- "*"
- main
tags:
- "v*"

Expand All @@ -20,3 +20,6 @@ jobs:
uses: KuhlTime/ghcr-action@v1
with:
token: ${{ secrets.PAT_TOKEN }}
- name: Trigger Coolify deployment
run: |
curl --request GET '${{ secrets.COOLIFY_DISCORDBOT_DEPLOY }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_DEPLOY_DISCORDBOT }}'

0 comments on commit 10b3a80

Please sign in to comment.