Skip to content

Commit

Permalink
ci(build): new image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Lockwarr committed Jul 12, 2024
1 parent 2576a95 commit b4715ae
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.22.1"
IMAGE_TAG: "1.22.2"
DOCKERFILE: ".github/images/builder.Dockerfile"
CHECKSUM_FILE: "sha256sum.txt"
METADATA_FILE: "${{ github.ref_name }}_binaries.json"
Expand Down Expand Up @@ -91,7 +91,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.22.1"
image: "public.ecr.aws/nolus/builder:1.22.2"

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

0 comments on commit b4715ae

Please sign in to comment.