We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35608c0 commit 2b2396bCopy full SHA for 2b2396b
.github/workflows/docker-build.yml
@@ -22,5 +22,6 @@ jobs:
22
with:
23
push: true
24
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
25
- tags: matijse/eufy-ha-mqtt-bridge:latest
26
- tag_with_ref: true
+ tags: |
+ matijse/eufy-ha-mqtt-bridge:${{ github.event.release.tag_name }}
27
+ matijse/eufy-ha-mqtt-bridge:latest
0 commit comments