You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's the Marketplace publishing howto. One thing I noticed is that Dockerfile needs to be well commented.
Let's prepare Gimbal for Marketplace so we can publish when ready.
The text was updated successfully, but these errors were encountered:
I also think we need to look at how we are going to publish the action. Right now, we are saying to use uses: ModusCreateOrg/gimbal/action@master which will always use latest and greatest which may not be stable. Now this will use latest deployed gimbal but there could be changes in the version in master that has pending changes needed for gimbal that hasn't been replaced.
Since we use tags for publishing, you can target a specific gimbal via uses: ModusCreateOrg/gimbal/[email protected] however there is a version mismatch in the action's Dockerfile since it uses FROM moduscreate/gimbal:latest, we'll need to replace that latest with a version when we publish and before the git tag is created.
Here's the Marketplace publishing howto. One thing I noticed is that Dockerfile needs to be well commented.
Let's prepare Gimbal for Marketplace so we can publish when ready.
The text was updated successfully, but these errors were encountered: