Skip to content

require PySwitchbot>=0.14.0,<0.41 instead of `PySwitchbot>=0.10.0,<… #942

require PySwitchbot>=0.14.0,<0.41 instead of `PySwitchbot>=0.10.0,<…

require PySwitchbot>=0.14.0,<0.41 instead of `PySwitchbot>=0.10.0,<… #942

name: container image
on:
push:
pull_request:
schedule:
- cron: '0 20 * * 5'
jobs:
docker-build:
runs-on: ubuntu-20.04
steps:
- uses: docker/[email protected]
- uses: docker/[email protected]
# > 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/[email protected]
with:
platforms: |
linux/amd64
linux/arm/v7