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

fix: broken debug stage #2266

Merged
merged 4 commits into from
Sep 4, 2024
Merged

Conversation

johnson2427
Copy link
Contributor

@johnson2427 johnson2427 commented Sep 4, 2024

What I did

when attempting to echo the tags from metadata, we were getting a failure in a version release because we were trying to echo multiple tags. This has to be treated as an array in the debug stage.

fixes: #2267
fixes: APE-1807

How I did it

Added a for loop to the debug stage

How to verify it

Add a second value to the debug stage to echo, then remove this after it completes.

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

@johnson2427 johnson2427 merged commit d0b6d38 into ApeWorX:main Sep 4, 2024
16 checks passed
antazoey pushed a commit to antazoey/ape that referenced this pull request Sep 5, 2024
antazoey pushed a commit to antazoey/ape that referenced this pull request Sep 5, 2024
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

Successfully merging this pull request may close these issues.

fix: broken release of containers because of debug stage
2 participants