Skip to content

Commit

Permalink
docs: bumpup to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grishy committed Jan 27, 2025
1 parent ebdba26 commit a6835de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Install:
```
2. _Docker_
```bash
docker run -d --network host -v "/var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket" ghcr.io/grishy/go-avahi-cname:2.2.3
docker run -d --network host -v "/var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket" ghcr.io/grishy/go-avahi-cname:2.2.4
```

# What is go-avahi-cname?
Expand Down Expand Up @@ -136,7 +136,7 @@ services:
network_mode: host
volumes:
- "/var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket"
image: "ghcr.io/grishy/go-avahi-cname:2.2.3"
image: "ghcr.io/grishy/go-avahi-cname:2.2.4"
```
Ansible task to run the container:
Expand All @@ -145,7 +145,7 @@ Ansible task to run the container:
- name: go-avahi-cname | Start container
community.docker.docker_container:
name: "go-avahi-cname"
image: "ghcr.io/grishy/go-avahi-cname:2.2.3"
image: "ghcr.io/grishy/go-avahi-cname:2.2.4"
restart_policy: unless-stopped
network_mode: host
volumes:
Expand Down Expand Up @@ -181,9 +181,9 @@ sudo busctl monitor org.freedesktop.Avahi
Reminder for me, just create a tag and push it.

```bash
# Replace v2.2.3 with the new version in project
git tag -a v2.2.3 -m "Release v2.2.3"
git push origin tag v2.2.3
# Replace 2.2.4 with the new version in project
git tag -a v2.2.4 -m "Release v2.2.4"
git push origin tag v2.2.4
```

## Source of inspiration
Expand Down

0 comments on commit a6835de

Please sign in to comment.