This commit is contained in:
2021-09-13 11:41:37 -04:00
parent e3b63c3c5e
commit 04776420f4
2 changed files with 0 additions and 28 deletions

View File

@@ -22,22 +22,6 @@ pipeline:
when: when:
path: 'rsync/*' path: 'rsync/*'
publish_rsync_ghcr:
image: plugins/docker
repo: ghcr.io/sstent/rsync
registry: ghcr.io
username: sstent
password: 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
context: rsync/
dockerfile: rsync/Dockerfile
tags:
- ${RELEASE}
- latest
build_args:
- RELEASE=${RELEASE}
when:
path: 'rsync/*'
matrix: matrix:
RELEASE: RELEASE:
- v0.4.0-alpha.3 - v0.4.0-alpha.3

View File

@@ -20,16 +20,4 @@ pipeline:
- 'portfwd/*' - 'portfwd/*'
- '.drone/portfwd.yml' - '.drone/portfwd.yml'
publish_portfwd_ghcr:
image: plugins/docker
repo: ghcr.io/portfwd
registry: ghcr.io
username: sstent
password: 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
context: portfwd/
dockerfile: portfwd/Dockerfile
when:
path:
- 'portfwd/*'
- '.drone/portfwd.yml'
... ...