Skip to content

Commit

Permalink
Update build image
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine committed Oct 19, 2021
1 parent 4e65adf commit 8b4b942
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
lint:
runs-on: ubuntu-20.04
container:
image: us.gcr.io/kubernetes-dev/mimir-build-image:add-prettier-08d2e2a61
image: us.gcr.io/kubernetes-dev/mimir-build-image:20211018_import-cortex-mixin-4e65adf94
credentials:
username: _json_key
password: ${{ secrets.gcr_json_key }}
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
test:
runs-on: ubuntu-20.04
container:
image: us.gcr.io/kubernetes-dev/mimir-build-image:add-prettier-08d2e2a61
image: us.gcr.io/kubernetes-dev/mimir-build-image:20211018_import-cortex-mixin-4e65adf94
credentials:
username: _json_key
password: ${{ secrets.gcr_json_key }}
Expand All @@ -70,7 +70,7 @@ jobs:
build:
runs-on: ubuntu-20.04
container:
image: us.gcr.io/kubernetes-dev/mimir-build-image:add-prettier-08d2e2a61
image: us.gcr.io/kubernetes-dev/mimir-build-image:20211018_import-cortex-mixin-4e65adf94
credentials:
username: _json_key
password: ${{ secrets.gcr_json_key }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ mimir-build-image/$(UPTODATE): mimir-build-image/*
# All the boiler plate for building golang follows:
SUDO := $(shell docker info >/dev/null 2>&1 || echo "sudo -E")
BUILD_IN_CONTAINER := true
LATEST_BUILD_IMAGE_TAG ?= add-prettier-08d2e2a61
LATEST_BUILD_IMAGE_TAG ?= 20211018_import-cortex-mixin-4e65adf94

# TTY is parameterized to allow Google Cloud Builder to run builds,
# as it currently disallows TTY devices. This value needs to be overridden
Expand Down

0 comments on commit 8b4b942

Please sign in to comment.