@@ -23,7 +23,7 @@ Install:
23
23
```
24
24
2 . _ Docker_
25
25
``` bash
26
- docker run -d --network host -v " /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket" ghcr.io/grishy/go-avahi-cname:v2.2.1
26
+ docker run -d --network host -v " /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket" ghcr.io/grishy/go-avahi-cname:v2.2.2
27
27
```
28
28
29
29
# What is go-avahi-cname?
@@ -136,7 +136,7 @@ services:
136
136
network_mode : host
137
137
volumes :
138
138
- " /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket"
139
- image : " ghcr.io/grishy/go-avahi-cname:v2.2.1 "
139
+ image : " ghcr.io/grishy/go-avahi-cname:v2.2.2 "
140
140
` ` `
141
141
142
142
Ansible task to run the container:
@@ -145,7 +145,7 @@ Ansible task to run the container:
145
145
- name : go-avahi-cname | Start container
146
146
community.docker.docker_container :
147
147
name : " go-avahi-cname"
148
- image : " ghcr.io/grishy/go-avahi-cname:v2.2.1 "
148
+ image : " ghcr.io/grishy/go-avahi-cname:v2.2.2 "
149
149
restart_policy : unless-stopped
150
150
network_mode : host
151
151
volumes :
@@ -181,9 +181,9 @@ sudo busctl monitor org.freedesktop.Avahi
181
181
Reminder for me, just create a tag and push it.
182
182
183
183
` ` ` bash
184
- # Replace v2.2.1 with the new version in project
185
- git tag -a v2.2.1 -m "Release v2.2.1 "
186
- git push origin tag v2.2.1
184
+ # Replace v2.2.2 with the new version in project
185
+ git tag -a v2.2.2 -m "Release v2.2.2 "
186
+ git push origin tag v2.2.2
187
187
` ` `
188
188
189
189
# # Source of inspiration
0 commit comments