fixup
This commit is contained in:
parent
12a6d7a827
commit
8f94aed2ee
|
@ -12,7 +12,7 @@ steps:
|
|||
name: build-push
|
||||
when:
|
||||
- path:
|
||||
include: [ 'docker-compose.yml', 'Dockerfile' ]
|
||||
include: [ 'docker-compose.yml', 'Dockerfile', '.woodpecker.yml' ]
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [REGISTRY_USER, REGISTRY_PASSWORD]
|
||||
volumes:
|
||||
|
@ -37,3 +37,4 @@ steps:
|
|||
commands:
|
||||
- echo "$${REGISTRY_PASSWORD}" | docker login -u "$${REGISTRY_USER}" --password-stdin git.nixc.us
|
||||
- docker stack deploy --with-registry-auth -c ./$${CI_REPO_NAME}.yml $${CI_REPO_NAME}
|
||||
# buildforce
|
Loading…
Reference in New Issue