This commit is contained in:
@ -18,6 +18,8 @@ steps:
|
|||||||
- name: build-and-publish
|
- name: build-and-publish
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
|
DOCKER_REGISTRY:
|
||||||
|
from_secret: docker_registry
|
||||||
registry:
|
registry:
|
||||||
from_secret: docker_registry
|
from_secret: docker_registry
|
||||||
repo: ${DOCKER_REGISTRY}/taqi/portfolio
|
repo: ${DOCKER_REGISTRY}/taqi/portfolio
|
||||||
@ -32,5 +34,3 @@ steps:
|
|||||||
from_secret: docker-username
|
from_secret: docker-username
|
||||||
password:
|
password:
|
||||||
from_secret: docker-password
|
from_secret: docker-password
|
||||||
DOCKER_REGISTRY:
|
|
||||||
from_secret: docker_registry
|
|
||||||
|
|||||||
Reference in New Issue
Block a user