Compare commits

2 Commits
main ... devel

Author SHA1 Message Date
fcbdd3164a Merge pull request 'main' (#3) from main into devel
Reviewed-on: #3
2024-09-26 12:57:16 +00:00
9ef47dea89 .gitea/workflows/build_nopush.yml aktualisiert 2024-09-26 11:41:33 +00:00
3 changed files with 3 additions and 5 deletions

View File

@ -56,6 +56,6 @@ jobs:
file: ./Dockerfile
platforms: |
linux/amd64
push: true
push: false
tags: |
${{ env.REGISTRY }}/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.get_version.outputs.tag }}

View File

@ -1,7 +1,7 @@
FROM alpine:latest
LABEL maintainer="development@cooltux.net"
ARG VERSION=16-20241129
ARG VERSION=16-20240926
# PostgreSQL-Client installieren
RUN apk update --no-cache ; \

View File

@ -25,5 +25,3 @@ else
echo "Fehler bei der Sicherung der Datenbank"
exit 1
fi
exit 0