mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-25 12:01:27 +02:00
Fix docker build invocation
This commit is contained in:
parent
e12459bd3f
commit
c0c0f2be5d
@ -17,7 +17,7 @@ jobs:
|
|||||||
run: echo '${{ secrets.DOCKER_HUB_PASS }}' | docker login -u djangohelpdesk --password-stdin
|
run: echo '${{ secrets.DOCKER_HUB_PASS }}' | docker login -u djangohelpdesk --password-stdin
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: cd standalone ; docker build -t djangohelpdesk/standalone:latest ..
|
run: docker build --file standalone/Dockerfile -t djangohelpdesk/standalone:latest ..
|
||||||
|
|
||||||
- name: Push Docker image
|
- name: Push Docker image
|
||||||
run: docker push djangohelpdesk/standalone:latest
|
run: docker push djangohelpdesk/standalone:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user