Skip to content

Commit 3ee1364

Browse files
committed
Remove repeated label
1 parent 98e4495 commit 3ee1364

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4646
flavor: |
4747
latest=true
48+
tags: |
49+
type=semver,pattern={{version}}
4850
4951
- name: Build and push Docker image
5052
uses: docker/build-push-action@v2

src/common/errors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class WifiConnectionFailed(Exception):
2727
pass
2828

2929

30-
# Error classes for Flask-Restful
3130
class WifiDeviceNotFound(Exception):
3231
pass
3332

0 commit comments

Comments
 (0)