Skip to content

Commit

Permalink
meta output
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Mar 21, 2024
1 parent ad6a774 commit 8856a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
cd app && npm ci && npm run build
cp -r build ../build
- run: echo steps.meta.outputs
- run: echo ${{ steps.meta.outputs }}
- uses: addnab/docker-run-action@v3
with:
image: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 8856a4b

Please sign in to comment.