Spaces:
Sleeping
Sleeping
Joshua Sundance Bailey
commited on
Commit
·
9292f8c
1
Parent(s):
a1f1345
fix docker action
Browse files
.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 |
.
|