From fa7eae2fac3e3e57b579373542bee2eb32068952 Mon Sep 17 00:00:00 2001 From: eric molle Date: Wed, 12 Jun 2024 15:57:50 +0200 Subject: [PATCH] fix packer plugin init --- .github/workflows/aws-x86-graal22.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/aws-x86-graal22.yml b/.github/workflows/aws-x86-graal22.yml index 4ef3f36..d351aaa 100644 --- a/.github/workflows/aws-x86-graal22.yml +++ b/.github/workflows/aws-x86-graal22.yml @@ -29,5 +29,10 @@ jobs: role-to-assume: ${{ secrets.AWS_ROLE_SELLER }} aws-region: eu-west-3 + + - name: Build image from template + run: cd packer; packer init + + - name: Build image from template run: ./build-aws-x86-graal.sh --java-major 22 --copy-regions true --profile default --latest false