mirror of
https://github.com/caprover/caprover
synced 2025-12-12 14:25:39 +00:00
added debug release
This commit is contained in:
2
.github/workflows/publish_release.yml
vendored
2
.github/workflows/publish_release.yml
vendored
@@ -3,7 +3,7 @@ name: Build and push the release image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- release
|
- testing-release
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -36,6 +36,9 @@ node ./dev-scripts/validate-build-version-docker-hub.js
|
|||||||
|
|
||||||
source ./version
|
source ./version
|
||||||
|
|
||||||
|
echo $CAPROVER_VERSION
|
||||||
|
exit
|
||||||
|
|
||||||
docker build -t $IMAGE_NAME:$CAPROVER_VERSION -t $IMAGE_NAME:latest -f dockerfile-captain.release .
|
docker build -t $IMAGE_NAME:$CAPROVER_VERSION -t $IMAGE_NAME:latest -f dockerfile-captain.release .
|
||||||
docker push $IMAGE_NAME:$CAPROVER_VERSION
|
docker push $IMAGE_NAME:$CAPROVER_VERSION
|
||||||
docker push $IMAGE_NAME:latest
|
docker push $IMAGE_NAME:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user