# sync with https://github.com/fphammerle/docker-onion-service/blob/master/.github/workflows/container-image.yml name: container image on: push: pull_request: schedule: - cron: '0 20 * * 5' jobs: docker-build: runs-on: ubuntu-20.04 steps: - uses: docker/setup-qemu-action@v1.2.0 - uses: docker/setup-buildx-action@v1.4.1 # > By default, this action uses the Git context so you don't need to use # > the actions/checkout action to checkout the repository because this # > will be done directly by buildkit. [...] # > any file mutation in the steps that precede [...] will be ignored # https://github.com/marketplace/actions/build-and-push-docker-images - uses: docker/build-push-action@v2.5.0 with: # dma package is only avilable for ppc64le, x86_64 & x86 # https://pkgs.alpinelinux.org/packages?name=dma&branch=edge platforms: | linux/amd64