Added support for multi-platform images take two #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey it's me again,
I've finally figured out how to add the multi-platform support with very minor changes to the repository's structure and outputs
The new method:
amd64
i assume) and testing it.everything else is relatively untouched.
NOTE: This requires extra privileges than
GITHUB_TOKEN
could provide, therefore i believe you need a personal access token of some sort to be added to this repository as a secret under the nameDOCKER_DEPLOYER
(we can change the name if you want, that's no issue) so that this action will be able to tag images remotely on Github Packages registry formerly known as Github docker registryPerhaps I'm wrong and it will work just fine with
GITHUB_TOKEN
, but it failed for me every single time I've used it.I've tested this in my own repository and can confirm it works. there may be authentication issues related to the GITHUB_TOKEN but I've stated above in the note how I've handled that.
Cheers!