mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-07-13 12:37:23 +02:00
Fix docker build invocation
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user