Skip to content

Commit

Permalink
ci: update build workflow builder ver
Browse files Browse the repository at this point in the history
  • Loading branch information
ivivanov committed Nov 29, 2023
1 parent b616f70 commit 40ccc4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
ERC_REGISTRY_ALIAS: "nolus"
ERC_REPOSITORY: "builder"
# make sure to update build-binary container tag as well
IMAGE_TAG: "1.0"
IMAGE_TAG: "1.21"
DOCKERFILE: ".github/images/builder.Dockerfile"

jobs:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
container:
# image name needs to be hardcoded: https://github.com/orgs/community/discussions/26324
image: "public.ecr.aws/nolus/builder:1.0"
image: "public.ecr.aws/nolus/builder:1.21"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 40ccc4d

Please sign in to comment.