Skip to content

Commit 1e4a41a

Browse files
committed
chore: replace circle with github actions
1 parent 539aa7a commit 1e4a41a

File tree

2 files changed

+2
-121
lines changed

2 files changed

+2
-121
lines changed

.circleci/config.yml

Lines changed: 0 additions & 119 deletions
This file was deleted.

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Docker Build
22

33
on:
4-
pull_request:
4+
push:
55
branches: [main, canary, feat/github-runners]
6+
67
env:
78
IMAGE_NAME: dokploy/dokploy
89

@@ -66,7 +67,6 @@ jobs:
6667
id: meta
6768
run: |
6869
VERSION=$(node -p "require('./apps/dokploy/package.json').version")
69-
echo $VERSION
7070
if [ "${{ github.ref }}" = "refs/heads/main" ]; then
7171
TAG="latest"
7272
VERSION=$(node -p "require('./apps/dokploy/package.json').version")

0 commit comments

Comments
 (0)