chore: replace circle with github actions

This commit is contained in:
Mauricio Siu
2025-01-19 02:55:05 -06:00
parent 539aa7a85b
commit 1e4a41a8e3
2 changed files with 2 additions and 121 deletions

View File

@@ -1,8 +1,9 @@
name: Docker Build
on:
pull_request:
push:
branches: [main, canary, feat/github-runners]
env:
IMAGE_NAME: dokploy/dokploy
@@ -66,7 +67,6 @@ jobs:
id: meta
run: |
VERSION=$(node -p "require('./apps/dokploy/package.json').version")
echo $VERSION
if [ "${{ github.ref }}" = "refs/heads/main" ]; then
TAG="latest"
VERSION=$(node -p "require('./apps/dokploy/package.json').version")