mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2025-12-06 07:21:38 +01:00
fix: update image & set registry path
This commit is contained in:
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user