We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d6d03 commit 0b6cc06Copy full SHA for 0b6cc06
.github/workflows/docker.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
context: .
37
build-args: |
38
- "GRAALVM_DOCKER_IMAGE=${{ env.GITHUB_ENV_GRAALVM_DOCKER_IMAGE }}"
+ "GRAALVM_DOCKER_IMAGE=${{ env.GRAALVM_DOCKER_IMAGE }}"
39
file: ./Dockerfile
40
platforms: linux/amd64,linux/arm64
41
push: true
0 commit comments