Skip to content

Commit 35608c0

Browse files
committed
Switch to release builds
1 parent 6d7e917 commit 35608c0

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
@@ -1,7 +1,7 @@
11
name: Publish Docker image
22
on:
3-
push:
4-
branches: main
3+
release:
4+
types: [published]
55
jobs:
66
push_to_registry:
77
name: Push Docker image to Docker Hub
@@ -23,3 +23,4 @@ jobs:
2323
push: true
2424
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
2525
tags: matijse/eufy-ha-mqtt-bridge:latest
26+
tag_with_ref: true

0 commit comments

Comments
 (0)