fix: update image & set registry path

This commit is contained in:
2023-12-30 00:54:42 +01:00
parent 163854d7bd
commit 5439f46bd3
2 changed files with 2 additions and 2 deletions

View File

@@ -34,4 +34,4 @@ jobs:
context: . context: .
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
tags: "${{ secrets.REGISTRY }}/athq/async-icinga:latest" tags: "${{ secrets.REGISTRY }}/atlantishq/async-icinga:latest"

View File

@@ -1,4 +1,4 @@
FROM python:3.9-slim-buster FROM python:3.9-slim-bookworm
RUN apt update RUN apt update
RUN apt install python3-pip -y RUN apt install python3-pip -y