-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: publish AsyncAPI Studio Docker image with additional version tag #1150
base: master
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: d40aeeb The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
❌ Deploy Preview for studio-next failed.
|
✅ Deploy Preview for modest-rosalind-098b67 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -17,10 +17,18 @@ jobs: | |||
username: ${{ secrets.DOCKER_USERNAME }} | |||
password: ${{ secrets.DOCKER_PASSWORD }} | |||
|
|||
- name: Get current Studio version | |||
id: get-studio-version | |||
uses: martinbeentjes/npm-get-version-action@v1.3.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
asyncapi/studio:latest | ||
asyncapi/studio:${{ steps.get-studio-version.outputs.current-version}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Syntax as mentioned in https://github.com/docker/build-push-action?tab=readme-ov-file#inputs
✅ Deploy Preview for asyncapi-studio-design-system ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
/ptal |
@Amzani @magicmatatjahu @KhudaDad414 @Shurtu-gal Please take a look at this PR. Thanks! 👋 |
Quality Gate passedIssues Measures |
Description
This PR extends the Docker publishing workflow so that an additonal version tag is published to Docker Hub. This already happened before the migration from
semantic-release
tochangesets
. I think it's desirable to bring it back because there are only super outdated versions on Docker Hub right now: https://hub.docker.com/r/asyncapi/studio/tags.Related issue(s)
Let me know if I should create one.
⚒️ with ❤️ by Siemens