mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
fix(workflows): cache for staging build
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
with:
|
||||
buildkitd-flags: --debug
|
||||
|
||||
- uses: actions/cache@v4
|
||||
- uses: actions/cache@v4.2.0
|
||||
with:
|
||||
path: |
|
||||
~/.bun/install/cache
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
with:
|
||||
registry: ${{ env.GITHUB_REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build and Push Image
|
||||
uses: docker/build-push-action@v6
|
||||
@@ -54,4 +54,4 @@ jobs:
|
||||
|
||||
- name: Deploy to Coolify
|
||||
run: |
|
||||
curl --request GET '${{ secrets.COOLIFY_WEBHOOK_NEXT }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
|
||||
curl --request GET '${{ secrets.COOLIFY_WEBHOOK_NEXT }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
|
||||
|
||||
Reference in New Issue
Block a user