Skip to content

Commit

Permalink
chore: replace circle with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Jan 19, 2025
1 parent 539aa7a commit 1e4a41a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 121 deletions.
119 changes: 0 additions & 119 deletions .circleci/config.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Docker Build

on:
pull_request:
push:
branches: [main, canary, feat/github-runners]

env:
IMAGE_NAME: dokploy/dokploy

Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 1e4a41a

Please sign in to comment.