Skip to content

feat: enhance output configuration for Docker action - #1

Open
hisco wants to merge 1 commit into
mainfrom
support-load-n-push
Open

feat: enhance output configuration for Docker action#1
hisco wants to merge 1 commit into
mainfrom
support-load-n-push

Conversation

@hisco

@hisco hisco commented Nov 17, 2025

Copy link
Copy Markdown
Contributor

Eventually I didn't need to load and publish as I was able to publish to multiple registry so we have this change which was tested and now is nice to have and make sense.
it doesn't break current interface and will effective only if used.

  • Updated load input description to allow combination with push.
  • Introduced new outputs input for specifying output destinations, with automatic configuration when both push and load are true.
  • Added validation for outputs compatibility with push and load settings in the action's logic.
  • Expanded README with detailed usage examples for output configurations.

- Updated `load` input description to allow combination with `push`.
- Introduced new `outputs` input for specifying output destinations, with automatic configuration when both `push` and `load` are true.
- Added validation for `outputs` compatibility with `push` and `load` settings in the action's logic.
- Expanded README with detailed usage examples for output configurations.
@hisco
hisco requested a review from nadaverell November 19, 2025 13:25
Comment thread action.yml
echo "📝 Tags to build:"
printf "%s\n" "$TAGS" | sed 's/^/ - /'

- name: Prepare outputs configuration

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a bit confusing... hope you're sure about the logic here

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.

2 participants