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 ef74d91 commit ce9781fCopy full SHA for ce9781f
.github/workflows/temp.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v4
11
- run: |
12
docker build . -t publish-links-index:latest -f src/infra/docs-lambda-index-publisher/lambda.DockerFile
13
- docker cp (docker create --name tc publish-links-index:latest):/app/.artifacts/publish ./.artifacts && docker rm tc
+ docker cp $(docker create --name tc publish-links-index:latest):/app/.artifacts/publish ./.artifacts && docker rm tc
14
- name: Upload artifact
15
uses: actions/upload-artifact@v4
16
with:
0 commit comments