Update debian Docker digest to e11072c #231
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker Image CI | |
on: [push] | |
jobs: | |
build: | |
uses: chrisns/.github/.github/workflows/dockerbuild.yml@main | |
with: | |
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x | |
secrets: | |
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} | |