Skip to content

Commit 2b2396b

Browse files
committed
Push release tag to Docker
1 parent 35608c0 commit 2b2396b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ jobs:
2222
with:
2323
push: true
2424
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
25-
tags: matijse/eufy-ha-mqtt-bridge:latest
26-
tag_with_ref: true
25+
tags: |
26+
matijse/eufy-ha-mqtt-bridge:${{ github.event.release.tag_name }}
27+
matijse/eufy-ha-mqtt-bridge:latest

0 commit comments

Comments
 (0)