mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-07-09 02:27:11 +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
|
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
|
||||||
|
Reference in New Issue
Block a user