mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
chore(workflows): new image name and new branch names
This commit is contained in:
@@ -3,11 +3,11 @@ name: Production Build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- v4.x
|
||||
|
||||
env:
|
||||
GITHUB_REGISTRY: ghcr.io
|
||||
IMAGE_NAME: coollabsio/documentation-coolify
|
||||
IMAGE_NAME: coollabsio/coolify-documentation
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
version: latest
|
||||
buildkitd-flags: --debug
|
||||
|
||||
- uses: actions/cache@v4.2.0
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.bun/install/cache
|
||||
|
||||
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
env:
|
||||
GITHUB_REGISTRY: ghcr.io
|
||||
IMAGE_NAME: coollabsio/documentation-coolify
|
||||
IMAGE_NAME: coollabsio/coolify-documentation
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
version: latest
|
||||
buildkitd-flags: --debug
|
||||
|
||||
- uses: actions/cache@v4.2.0
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.bun/install/cache
|
||||
|
||||
Reference in New Issue
Block a user