We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i have already build arm64 and amd64 images to dockerhub.
i don't want to build image ,i just want to do this with actions,any suggestion?
REPO=example.com/example/shazam buildah manifest create $REPO:latest for IMGTAG in amd64 s390x ppc64le arm64; do \ buildah manifest add $REPO:latest docker://$REPO:IMGTAG; \ done buildah manifest push --all $REPO:latest
steps: - name: Buildah Action id: manifest _image uses: redhat-actions/buildah-build@v2 with: source_image: app01-v1.1.0-amd64, app01-v1.1.0--arm64 tartet_image: app01-v1.1.0 push: docker.io/xxx/app01-v1.1.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
i have already build arm64 and amd64 images to dockerhub.
i don't want to build image ,i just want to do this with actions,any suggestion?
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: