We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539aa7a commit 1e4a41aCopy full SHA for 1e4a41a
.circleci/config.yml
.github/workflows/docker-build.yml
@@ -1,8 +1,9 @@
1
name: Docker Build
2
3
on:
4
- pull_request:
+ push:
5
branches: [main, canary, feat/github-runners]
6
+
7
env:
8
IMAGE_NAME: dokploy/dokploy
9
@@ -66,7 +67,6 @@ jobs:
66
67
id: meta
68
run: |
69
VERSION=$(node -p "require('./apps/dokploy/package.json').version")
- echo $VERSION
70
if [ "${{ github.ref }}" = "refs/heads/main" ]; then
71
TAG="latest"
72
0 commit comments