Unable to publish to private instance of artifactory #4585
Unanswered
GaikwadPratik
asked this question in
Q&A
Replies: 1 comment 6 replies
-
can you share the logs? I think its being skipped because there's no artifacts to publish... |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to publish a go library to privately hosted Artifactory instance. The goreleaser yaml is as follows:
I have defined
ARTIFACTORY_COMMONFRAMEWORK_SECRET
andARTIFACTORY_COMMONFRAMEWORK_USERNAME
variables defined in privately hosted GitLab CI/CD section. The pipeline job is successful but I don't see package published in artifactory. What am I missing? I followed all the docs from https://goreleaser.com/customization/artifactory/#customizationBeta Was this translation helpful? Give feedback.
All reactions