This commit is contained in:
parent
a09d4167d9
commit
e4bce7bcb3
@ -37,7 +37,7 @@ steps:
|
|||||||
- go-test
|
- go-test
|
||||||
|
|
||||||
# Build Containers for each architecture PROD
|
# Build Containers for each architecture PROD
|
||||||
- name: docker-build-image-amd64
|
- name: docker-build-image-amd64-prod
|
||||||
image: thegeeklab/drone-docker-buildx
|
image: thegeeklab/drone-docker-buildx
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker_socket
|
- name: docker_socket
|
||||||
@ -69,7 +69,7 @@ steps:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
# Build Containers for each architecture DEV
|
# Build Containers for each architecture DEV
|
||||||
- name: docker-build-image-amd64
|
- name: docker-build-image-amd64-dev
|
||||||
image: thegeeklab/drone-docker-buildx
|
image: thegeeklab/drone-docker-buildx
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker_socket
|
- name: docker_socket
|
||||||
@ -113,7 +113,8 @@ steps:
|
|||||||
- success
|
- success
|
||||||
depends_on:
|
depends_on:
|
||||||
- "go-build-bin-amd64"
|
- "go-build-bin-amd64"
|
||||||
- docker-build-image-amd64
|
- "docker-build-image-amd64-dev"
|
||||||
|
- "docker-build-image-amd64-prod"
|
||||||
|
|
||||||
|
|
||||||
# Volumes to mount between steps
|
# Volumes to mount between steps
|
||||||
|
Loading…
Reference in New Issue
Block a user