Skip to content

Commit

Permalink
replace invalid usage of env context in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jul 21, 2023
1 parent c507f90 commit 186655f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lexbox-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
uses: ./.github/workflows/deploy.yaml
with:
version: ${{ needs.publish-api.outputs.version }}
image: ${{ env.IMAGE_NAME }}
image: 'ghcr.io/sillsdev/lexbox-api'
secrets: inherit
needs: publish-api
if: ${{ github.ref == vars.PROD_BRANCH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lexbox-hgweb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
needs: publish-hgweb
with:
version: ${{ needs.publish-hgweb.outputs.version }}
image: ${{ env.IMAGE_NAME }}
image: 'ghcr.io/sillsdev/lexbox-hgweb'
2 changes: 1 addition & 1 deletion .github/workflows/lexbox-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
needs: publish-ui
with:
version: ${{ needs.publish-ui.outputs.version }}
image: ${{ env.IMAGE_NAME }}
image: 'ghcr.io/sillsdev/lexbox-ui'

check-and-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 186655f

Please sign in to comment.