Skip to content

Commit

Permalink
Merge stable-next into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaskins committed Jun 24, 2021
2 parents 274fd62 + 3d1aa61 commit f7981e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/build_containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ function create_release_containers {
--cache-from="${CONTAINER_REPO}"/"${CONTAINER_APP}":testing \
--tag "${CONTAINER_REPO}"/"${CONTAINER_APP}":development-${BRANCH} .

if [ -v BUILDKITE_TAG ]; then
docker build --target production \
--cache-from="${CONTAINER_REPO}"/"${CONTAINER_APP}":builder \
--tag "${CONTAINER_REPO}"/"${CONTAINER_APP}":${BUILDKITE_TAG} .
fi

# Push images to Quay
docker push "${CONTAINER_REPO}"/"${CONTAINER_APP}":${BRANCH}
docker push "${CONTAINER_REPO}"/"${CONTAINER_APP}":development-${BRANCH}
Expand Down

0 comments on commit f7981e5

Please sign in to comment.