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 cd887b3 commit c2c569e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prod.dashboard.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ jobs:
login-server: fastapicd2024.azurecr.io
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
dockerfile: ./3_Streamlit_dashboard/Dockerfile


- 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 --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 c2c569e

Please sign in to comment.