Skip to content

Build and publish multi platform Docker images

Actions
Build and publish multi platform Docker images based on changed paths from pushed commits
v3.0.1
Latest
Star (4)

Build and publish changed Docker image for multiple platforms GitHub Action

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.

Usage

If username or password 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.

About

Build and publish multi platform Docker images based on changed paths from pushed commits
v3.0.1
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.