timperman/Artifactory promote action
Promote a Docker image to an Artifactory repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| url | artifactory server URL (i.e. https://example-artifactory.jfrog.io) | yes | — |
| username | artifactory username | yes | — |
| password | artifactory password | yes | — |
| sourceRepo | the source repository to move or copy | yes | — |
| targetRepo | the target repository to move or copy | yes | — |
| dockerRepository | the docker repository name to promote | yes | — |
| tag | the new tag that the image should have after being promoted if you want to | no | — |
| targetTag | an optional tag name to promote, if empty - the entire docker repository will be promoted | no | latest |
| copy | when true, a copy of the image is promoted; when false, the image is moved to the target repository | no | true |
Outputs
no outputs