4 Commits

Author SHA1 Message Date
Matthias Hinrichs 89e353a135 fix: ändere das Basis-Image auf docker.hnrx.net/alpine:latest
Build And Test / build (push) Successful in 54s
Build And Test / Build and Publish Docker Image (push) Successful in 40s
2025-11-23 00:38:32 +01:00
Matthias Hinrichs 1c60201ba8 fix: ändere das Basis-Image zurück auf alpine:latest
Build And Test / build (push) Successful in 50s
Build And Test / Build and Publish Docker Image (push) Failing after 34s
2025-11-22 03:36:14 +01:00
Matthias Hinrichs ea183a08b5 fix: aktualisiere das Docker-Image auf v0.1.0
Build And Test / build (push) Successful in 54s
Build And Test / Build and Publish Docker Image (push) Successful in 38s
2025-11-22 03:19:04 +01:00
Matthias Hinrichs eca6853b39 fix: korrigiere die Paketnamen für actions/artifact in renovate.json
Build And Test / build (push) Successful in 1m8s
Build And Test / Build and Publish Docker Image (push) Successful in 43s
2025-11-22 03:15:02 +01:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM mirror.gcr.io/alpine:latest FROM docker.hnrx.net/alpine:latest
RUN mkdir /config RUN mkdir /config
+1 -1
View File
@@ -2,7 +2,7 @@ version: '3.8'
services: services:
manage-servers: manage-servers:
image: git.hnrx.net/hnrx/manage-servers:v0.0.2 image: git.hnrx.net/hnrx/manage-servers:v0.1.0
container_name: manage-servers container_name: manage-servers
restart: unless-stopped restart: unless-stopped
labels: labels:
+2 -2
View File
@@ -4,8 +4,8 @@
{ {
"packageNames": [ "packageNames": [
"@actions/artifact", "@actions/artifact",
"upload-artifact", "actions/upload-artifact",
"download-artifact" "actions/download-artifact"
], ],
"enabled": false "enabled": false
} }