From 0ecf492d5b1f82f176eaeaf49b4a2bfd9e45d726 Mon Sep 17 00:00:00 2001 From: Andrea Di Cesare Date: Fri, 12 Jan 2024 13:00:09 +0100 Subject: [PATCH] :wrench: Update build action --- .github/workflows/docker-image.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 30a2b96..1b07e2f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -24,5 +24,4 @@ jobs: with: push: true no-cache: false - build-args: JAVA_VERSION="${{ env.JAVA_VERSION }}" - tags: softinstigate/graalvm:latest,softinstigate/graalvm:${{ env.JAVA_VERSION }} + tags: softinstigate/graalvm:latest,softinstigate/graalvm:latest