We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab9ce4 commit 0a463f4Copy full SHA for 0a463f4
.github/workflows/docker-build.yml
@@ -10,7 +10,7 @@ env:
10
11
jobs:
12
build-and-push:
13
- runs-on: ubuntu-latest
+ runs-on: [ self-hosted, arm64 ]
14
permissions:
15
contents: read
16
packages: write
@@ -44,4 +44,7 @@ jobs:
44
context: .
45
push: ${{ github.event_name != 'pull_request' }}
46
tags: ${{ steps.meta.outputs.tags }}
47
- labels: ${{ steps.meta.outputs.labels }}
+ labels: ${{ steps.meta.outputs.labels }}
48
+ - name: Deploy to Coolify
49
+ run: |
50
+ curl --request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
0 commit comments