Skip to content

[update:patch] Update python Docker tag #45

[update:patch] Update python Docker tag

[update:patch] Update python Docker tag #45

name: Publish container image on Pull Request
on:
pull_request:
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
with:
username: gidoichi
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
with:
platforms: linux/amd64,linux/arm64
push: true
tags: gidoichi/adssmg-raspberrypi-hat:latest