From a6825ac9a7101b5284a27a09d602d87a0f14aaa5 Mon Sep 17 00:00:00 2001 From: Jesse Kleemann Date: Sat, 26 Oct 2024 03:24:05 +0200 Subject: [PATCH] first version 1.0.0 --- .github/workflows/docker-publish.yml | 8 ++++---- requirements.gui.txt | 5 +---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 3dfce31..f61e991 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -6,12 +6,12 @@ name: Docker # documentation. on: - schedule: - - cron: '44 13 * * *' +# schedule: +# - cron: '44 13 * * *' push: branches: [ "master" ] # Publish semver tags as releases. - tags: [ 'v*.*.*' ] + tags: [ '*.*.*' ] pull_request: branches: [ "master" ] @@ -76,7 +76,7 @@ jobs: uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 with: context: . - platforms: linux/amd64,linux/arm64,linux/arm/v7 + platforms: linux/amd64,linux/arm64/v8,linux/arm/v7 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/requirements.gui.txt b/requirements.gui.txt index 95ce541..c8bb6e5 100644 --- a/requirements.gui.txt +++ b/requirements.gui.txt @@ -1,5 +1,2 @@ -Events~=0.5 -paho-mqtt~=2.1.0 -python-can~=4.4.2 -PyYAML~=6.0.1 +-r requirements.txt PyQt5~=5.15.9