Updating the right Dockerfile in drone pipeline
This commit is contained in:
parent
64746275e0
commit
e7ec8ec916
@ -28,7 +28,7 @@ steps:
|
|||||||
auto_tag: true
|
auto_tag: true
|
||||||
build_args:
|
build_args:
|
||||||
- ARCH=amd64
|
- ARCH=amd64
|
||||||
dockerfile: ./Dockerfiles/Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
- name: Dockerhub AMD64
|
- name: Dockerhub AMD64
|
||||||
image: plugins/docker # Check Entrypoint
|
image: plugins/docker # Check Entrypoint
|
||||||
privileged: true
|
privileged: true
|
||||||
@ -44,7 +44,7 @@ steps:
|
|||||||
auto_tag: true
|
auto_tag: true
|
||||||
build_args:
|
build_args:
|
||||||
- ARCH=amd64
|
- ARCH=amd64
|
||||||
dockerfile: ./Dockerfiles/Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker_socket
|
- name: docker_socket
|
||||||
host:
|
host:
|
||||||
|
Loading…
Reference in New Issue
Block a user