Skip to content

Commit

Permalink
chore: release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Aug 30, 2023
1 parent 3f3f723 commit bbf25bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

FROM python:3.8-alpine3.18

ARG HUEMON_VERSION=1.0.3
ARG HUEMON_VERSION=1.0.4

ENV HUEMON_CONFIG_PATH="/etc/huemon/config.yml"

Expand Down
6 changes: 3 additions & 3 deletions assets/release/release-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function cd_to_root_directory () {
function build_and_publish_docker_image () {
cd_to_root_directory

echo "Building and publishing Docker image ghcr.io/edeckers/huemon:1.0.3"
docker buildx build . --platform linux/amd64,linux/arm64,linux/arm/v7 -t ghcr.io/edeckers/huemon:1.0.3 --push
echo "Built and published Docker image ghcr.io/edeckers/huemon:1.0.3"
echo "Building and publishing Docker image ghcr.io/edeckers/huemon:1.0.4"
docker buildx build . --platform linux/amd64,linux/arm64,linux/arm/v7 -t ghcr.io/edeckers/huemon:1.0.4 --push
echo "Built and published Docker image ghcr.io/edeckers/huemon:1.0.4"
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: "2.3"

services:
huemon:
image: ghcr.io/edeckers/huemon:1.0.3
image: ghcr.io/edeckers/huemon:1.0.4
volumes:
- huemon-config:/etc/huemon
- huemon-opt:/opt/huemon
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ maintainers = ["Ely Deckers"]
name = "huemon"
readme = "README.md"
repository = "https://github.com/edeckers/huemon.git"
version = "1.0.3"
version = "1.0.4"

[tool.poetry.dependencies]
fastapi = "^0.103.0"
Expand Down

0 comments on commit bbf25bc

Please sign in to comment.