iktech/Publish Artifact
Publishes artifact details to the artifactz.io service
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 19, 2026
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: iktech/publish-artifact-javascript-action@d922ab208791b0b6d85f9d0045cad705be291c2d # v1.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| serviceUrl | URL of the artifactz service | yes | https://api.artifactz.io |
| apiToken | API Token to use | yes | — |
| stage | Stage where artifact is getting published | yes | — |
| stageDescription | Stage description | no | — |
| name | Name of the artifact to publish | yes | — |
| description | Description of the artifact that is getting published | no | — |
| flow | Name of the flow that will be associated with the artifact | no | — |
| type | Artifact type. Accepted values JAR, WAR, EAR, DockerImage | yes | DockerImage |
| groupId | The maven group Id for the Java artifacts | no | — |
| artifactId | The maven artifact Id for the java artifacts | no | — |
| version | The artifact version to publish | yes | — |
Outputs
no outputs