From 5439f46bd30fc49d1526199992af0f268a1c9207 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sat, 30 Dec 2023 00:54:42 +0100 Subject: [PATCH] fix: update image & set registry path --- .github/workflows/main.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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