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 3a0662c commit cd887b3
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 @@ -32,7 +32,7 @@ jobs:

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

0 comments on commit cd887b3

Please sign in to comment.