Skip to content

Commit

Permalink
Docker Github Action Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoBrie committed Mar 18, 2024
1 parent c2c569e commit 163c0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.dashboard.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Build and push container image to registry
run: |
docker build --file 3_Streamlit_dashboard/Dockerfile -t fastapicd2024.azurecr.io/dashboard-cd:${{ github.sha }}
docker build . -t fastapicd2024.azurecr.io/dashboard-cd:${{ github.sha }} --file 3_Streamlit_dashboard/Dockerfile
docker push fastapicd2024.azurecr.io/dashboard-cd:${{ github.sha }}
Expand Down

0 comments on commit 163c0d1

Please sign in to comment.