We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2084bca commit 0a79240Copy full SHA for 0a79240
README.md
@@ -28,7 +28,7 @@ with:
28
npm_registry: 'https://registrynpm.storefrontcloud.io'
29
version: '2.3.0'
30
image_provider: 'ipx'
31
- extra_docker_envs: |
+ docker_buildargs: |
32
EXTRA_ENV_FOR_DOCKERFILE=somevalue-hardcoded
33
ANOTHER_EXTRA_ENV=${{ secrets.SOME_VALUE }}
34
```
@@ -64,7 +64,7 @@ with:
64
docker_registry_url: 'registry.vuestorefront.cloud'
65
66
version: 2.3.0
67
68
69
70
0 commit comments