Build and publish multi platform Docker images
ActionsBuild and publish multi platform Docker images based on changed paths from pushed commits
v3.0.1
LatestBy dawidd6
Tags
(2)An action that examines which paths were modified by pushed commits and determines which images should be built and published.
Uses buildx
under the hood for building multi platform images.
If
username
orpassword
inputs are not provided, images will not be pushed to DockerHub.
- name: Checkout code
uses: actions/checkout@v2
- name: Publish changed images
uses: dawidd6/action-docker-publish-changed@v3
with:
username: ${{secrets.USER}}
password: ${{secrets.PASS}}
platforms: linux/amd64,linux/arm64,linux/arm
tag: latest
Build and publish multi platform Docker images is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.