-
I have a working Goreleaser setup here when setting a tag: https://github.com/ringods/pulumi-resource When pushing a tag, it creates a Github release and publishes the corresponding Docker image to the Github Container registry with versions I just tried adding another config file so the latest commit on branch ringods/pulumi-resource@56e8b87 But when running this, the image is build but not published. What am I missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Images are not published on snapshots... you can add manually a |
Beta Was this translation helpful? Give feedback.
Images are not published on snapshots... you can add manually a
docker push
in another step of your CI...