mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update dockerfile
This commit is contained in:
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@@ -1,14 +1,9 @@
|
||||
name: Build and Publish Docker image
|
||||
name: Build Docs & Website Docker images
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["feat/docker-images-apps"]
|
||||
pull_request:
|
||||
branches: ["canary", "main"]
|
||||
|
||||
env:
|
||||
IMAGE_NAME: dokploy/website:latest
|
||||
|
||||
jobs:
|
||||
build-and-push-image-docs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user