Skip to content

Commit 0b6cc06

Browse files
via env var
1 parent 51d6d03 commit 0b6cc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
context: .
3737
build-args: |
38-
"GRAALVM_DOCKER_IMAGE=${{ env.GITHUB_ENV_GRAALVM_DOCKER_IMAGE }}"
38+
"GRAALVM_DOCKER_IMAGE=${{ env.GRAALVM_DOCKER_IMAGE }}"
3939
file: ./Dockerfile
4040
platforms: linux/amd64,linux/arm64
4141
push: true

0 commit comments

Comments
 (0)