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

Confirm Expected Tagging Behaviour in Docker Image Workflows #986

Open
aaronskiba opened this issue Jan 6, 2025 · 0 comments
Open

Confirm Expected Tagging Behaviour in Docker Image Workflows #986

aaronskiba opened this issue Jan 6, 2025 · 0 comments

Comments

@aaronskiba
Copy link
Collaborator

Please complete the following fields as applicable:

What version of the DMPRoadmap code are you running? (e.g. v2.2.0)

  • 4.1.1+portage-4.2.3

Expected behaviour:

  • To be confirmed

Actual behaviour:

docker-push-image.yml runs whenever new release is published, and docker-push-uat-image.yml is run whenever a tag matching the pattern *-uat-* is pushed. In both cases, three tagged images are pushed to Docker Hub:

For a published release, the tags are:

  • X.Y.Z (the version from the release tag),
  • production
  • latest

For a *-uat-* tag, the tags are:

  • X.Y.Z-uat-D (derived from the pushed tag),
  • uat
  • latest

Is generating three tags (X.Y.Z or X.Y.Z-uat-D, production or uat, and latest) the intended behavior for this workflow?

@aaronskiba aaronskiba changed the title Confirm Expected Tagging Behaviour in Docker Image Workflow Confirm Expected Tagging Behaviour in Docker Image Workflows Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant