mirror of
https://code.forgejo.org/docker/metadata-action.git
synced 2025-09-17 10:16:57 +00:00
docs: fix env syntax
Signed-off-by: eitsupi <50911393+eitsupi@users.noreply.github.com>
This commit is contained in:
parent
2c0bd771b4
commit
83e36cf4d9
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ So it can be used with our [Docker Build Push action](https://github.com/docker/
|
|||
- uses: docker/build-push-action@v4
|
||||
with:
|
||||
build-args: |
|
||||
DOCKER_METADATA_OUTPUT_JSON
|
||||
${{ env.DOCKER_METADATA_OUTPUT_JSON }}
|
||||
```
|
||||
|
||||
### environment variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue