Skip to content

Commit

Permalink
tweaked for working step outputs?
Browse files Browse the repository at this point in the history
Signed-off-by: Duncan Ragsdale <[email protected]>
  • Loading branch information
Thistleman committed Mar 8, 2024
1 parent fdb5393 commit 185b682
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
name: Deploy API
runs-on: ubuntu-latest
environment: production
outputs:
image: ${{ steps.build-image-api.outputs.image }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 185b682

Please sign in to comment.