Joshua Sundance Bailey commited on
Commit
9292f8c
·
1 Parent(s): a1f1345

fix docker action

Browse files
Files changed (1) hide show
  1. .github/workflows/docker-hub.yml +0 -1
.github/workflows/docker-hub.yml CHANGED
@@ -23,7 +23,6 @@ jobs:
23
  - name: Build Docker image
24
  run: |
25
  docker build \
26
- --target runtime \
27
  -t joshuasundance/streamlit-gpt4o:${{ github.ref_name }} \
28
  -t joshuasundance/streamlit-gpt4o:latest \
29
  .
 
23
  - name: Build Docker image
24
  run: |
25
  docker build \
 
26
  -t joshuasundance/streamlit-gpt4o:${{ github.ref_name }} \
27
  -t joshuasundance/streamlit-gpt4o:latest \
28
  .