File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 18
18
command :
19
19
- " .buildkite/scripts/build.sh {{matrix.makefile}}"
20
20
- " .buildkite/scripts/publish.sh {{matrix.makefile}}"
21
+ env :
22
+ REPOSITORY : " ${STAGING_IMAGE}"
21
23
if : build.env("BUILDKITE_PULL_REQUEST") != "false"
22
24
notify :
23
25
- github_commit_status :
Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ with_mage
14
14
google_cloud_auth
15
15
16
16
make -C go -f " ${MAKEFILE} " build" ${is_arm} " GS_BUCKET_PATH=ingest-buildkite-ci
17
+ echo " :: List Docker images staging ::"
17
18
docker images --format " table {{.Repository}}:{{.Tag}}\t{{.Size}}" --filter=reference=" ${STAGING_IMAGE} /golang-crossbuild"
19
+
20
+ echo " :: List Docker images production ::"
18
21
docker images --format " table {{.Repository}}:{{.Tag}}\t{{.Size}}" --filter=reference=" ${DOCKER_REGISTRY} /beats-dev/golang-crossbuild"
19
22
20
23
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euo pipefail
4
4
5
5
source .buildkite/scripts/common.sh
6
6
7
- TAG=" v{ $1 } "
7
+ TAG=" v$1 "
8
8
TAG_EXISTS=$( tag_Exists ${TAG} )
9
9
10
10
set_git_config () {
You can’t perform that action at this time.
0 commit comments