Skip to content

Commit

Permalink
chore: use latest image for build-binary workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lockwarr committed May 30, 2023
1 parent a3bc7e9 commit 07c726a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
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:0.9"
image: "public.ecr.aws/nolus/builder:1.0"

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

0 comments on commit 07c726a

Please sign in to comment.