From b4715aecae7cd8f361628528f4ebcd8b7a4e013b Mon Sep 17 00:00:00 2001 From: Lockwarr Date: Fri, 12 Jul 2024 16:27:13 +0300 Subject: [PATCH] ci(build): new image tag --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4125568b..66684f01 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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" @@ -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