mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-03-04 10:11:45 +01: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
|
||||
|
||||
- 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
|
||||
run: docker push djangohelpdesk/standalone:latest
|
||||
|
Loading…
Reference in New Issue
Block a user