Skip to content

Commit 0a79240

Browse files
authored
fix: README.md
1 parent 2084bca commit 0a79240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ with:
2828
npm_registry: 'https://registrynpm.storefrontcloud.io'
2929
version: '2.3.0'
3030
image_provider: 'ipx'
31-
extra_docker_envs: |
31+
docker_buildargs: |
3232
EXTRA_ENV_FOR_DOCKERFILE=somevalue-hardcoded
3333
ANOTHER_EXTRA_ENV=${{ secrets.SOME_VALUE }}
3434
```
@@ -64,7 +64,7 @@ with:
6464
docker_registry_url: 'registry.vuestorefront.cloud'
6565
npm_registry: 'https://registrynpm.storefrontcloud.io'
6666
version: 2.3.0
67-
extra_docker_envs: |
67+
docker_buildargs: |
6868
EXTRA_ENV_FOR_DOCKERFILE=somevalue-hardcoded
6969
ANOTHER_EXTRA_ENV=${{ secrets.SOME_VALUE }}
7070
```

0 commit comments

Comments
 (0)