We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e4495 commit 3ee1364Copy full SHA for 3ee1364
.github/workflows/deploy.yml
@@ -45,6 +45,8 @@ jobs:
45
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
46
flavor: |
47
latest=true
48
+ tags: |
49
+ type=semver,pattern={{version}}
50
51
- name: Build and push Docker image
52
uses: docker/build-push-action@v2
src/common/errors.py
@@ -27,7 +27,6 @@ class WifiConnectionFailed(Exception):
27
pass
28
29
30
-# Error classes for Flask-Restful
31
class WifiDeviceNotFound(Exception):
32
33
0 commit comments