Skip to content

Commit

Permalink
first version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseklm committed Oct 26, 2024
1 parent db5f72e commit a6825ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

Expand Down Expand Up @@ -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 }}
Expand Down
5 changes: 1 addition & 4 deletions requirements.gui.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a6825ac

Please sign in to comment.