mirror of
https://forgejo.merr.is/annika/actions-docker-extract.git
synced 2025-12-10 13:13:15 -05:00
docs: Fix examples in README (#10)
Since the example uses `steps.extract.outputs`, it needs to assign `id: extract` to the step first.
This commit is contained in:
parent
97141378a4
commit
23130a485b
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ jobs:
|
|||
repository: my-example-image
|
||||
tags: latest
|
||||
- uses: shrink/actions-docker-extract@v1
|
||||
id: extract
|
||||
with:
|
||||
image: my-example-image
|
||||
path: /app/.
|
||||
|
|
@ -76,6 +77,7 @@ jobs:
|
|||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GHCR_PAT }}
|
||||
- uses: shrink/actions-docker-extract@v1
|
||||
id: extract
|
||||
with:
|
||||
image: ghcr.io/${{ github.repository }}:latest
|
||||
path: /app/.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue