Skip to content

Commit

Permalink
fix(webapp): docker build bad uri
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet authored Oct 25, 2024
1 parent 065993b commit 8ebe81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
runs-on: ubuntu-latest
environment: MLOpsPython
outputs:
DOCKER_WEBAPP_IMAGE_NAME: ${{ env.DOCKER_REPOSITORY }}/${{ env.DOCKER_WEBAPP_IMAGE_NAME }}
DOCKER_WEBAPP_IMAGE_NAME: ${{ env.DOCKER_WEBAPP_IMAGE_NAME }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v2
Expand Down

0 comments on commit 8ebe81d

Please sign in to comment.