Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
shaheennabi committed Dec 21, 2024
1 parent 2288812 commit ac313e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Verify Docker Permissions
run: |
ls -l /var/run/docker.sock
groups
whoami
docker ps
- name: Build Docker Image
run: |
docker build -t streamlit-app \
Expand Down

0 comments on commit ac313e4

Please sign in to comment.