diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 71d1d4e..2413c4f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -34,4 +34,4 @@ jobs: context: . platforms: linux/amd64 push: true - tags: "${{ secrets.REGISTRY }}/athq/async-icinga:latest" + tags: "${{ secrets.REGISTRY }}/atlantishq/async-icinga:latest" diff --git a/Dockerfile b/Dockerfile index a2d4d4e..6411eb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim-buster +FROM python:3.9-slim-bookworm RUN apt update RUN apt install python3-pip -y