Skip to content
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

TRG 4.01 multiple container tags #83

Closed
Tracked by #82
carslen opened this issue Nov 27, 2023 · 2 comments
Closed
Tracked by #82

TRG 4.01 multiple container tags #83

carslen opened this issue Nov 27, 2023 · 2 comments
Assignees

Comments

@carslen
Copy link

carslen commented Nov 27, 2023

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest
type=raw,value=${{ env.REF_NAME }}

release.yaml workflow doesn't create expected multiple container tags, like

  • x
  • x.y
  • x.y.z

Instead, only x.y.z + latest tags will be created: https://hub.docker.com/r/tractusx/portal-frontend-registration/tags?page=1&name=v1

@carslen carslen mentioned this issue Nov 27, 2023
30 tasks
@evegufy
Copy link
Contributor

evegufy commented Nov 28, 2023

@carslen Thanks for hint! we'll look into multiple container tags as an improvement for the release workflows for the next release. Please annotate that accordingly in #82.
As semantic versioning as well as tagging is in place, I'd suggest to rename the issue to 'TRG 4.01 multiple container tags'.

@carslen carslen changed the title TRG 4.01 semantic versioning and tagging TRG 4.01 multiple container tags Nov 29, 2023
@carslen
Copy link
Author

carslen commented Nov 29, 2023

Multiple container tags will be implemented for next release (24.03).

@evegufy evegufy added this to Portal Jan 22, 2024
@jjeroch jjeroch moved this to BACKLOG in Portal Jan 23, 2024
@evegufy evegufy self-assigned this Jan 23, 2024
@evegufy evegufy moved this from BACKLOG to USER READY in Portal Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants