build: Pause FreeBSD image building.
This commit is contained in:
parent
a9d941b831
commit
402ba834bc
|
@ -140,14 +140,15 @@ workflows:
|
|||
cache_from: "dorianpula/rookeries:build-latest"
|
||||
extra_build_args: "--target BUILD"
|
||||
|
||||
- docker/publish:
|
||||
name: docker-freebsd-build-image
|
||||
image: dorianpula/rookeries-build
|
||||
docker-username: DOCKER_USER
|
||||
docker-password: DOCKER_PASS
|
||||
tag: freebsd-latest
|
||||
path: freebsd-builder
|
||||
cache_from: "dorianpula/rookeries:freebsd-build-latest"
|
||||
# TODO: Pause FreeBSD packaging for now.
|
||||
# - docker/publish:
|
||||
# name: docker-freebsd-build-image
|
||||
# image: dorianpula/rookeries-build
|
||||
# docker-username: DOCKER_USER
|
||||
# docker-password: DOCKER_PASS
|
||||
# tag: freebsd-latest
|
||||
# path: freebsd-builder
|
||||
# cache_from: "dorianpula/rookeries:freebsd-build-latest"
|
||||
|
||||
triggers:
|
||||
- schedule:
|
||||
|
|
Loading…
Reference in New Issue