Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
4a69a4f8a3 | |||
810c70eb9a | |||
b664d39a04 | |||
956eda1018 | |||
150ae93fe7 | |||
e640923835 | |||
aefc4b01f3 | |||
2e31fb067e |
@ -56,6 +56,6 @@ jobs:
|
||||
file: ./Dockerfile
|
||||
platforms: |
|
||||
linux/amd64
|
||||
push: false
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.REGISTRY }}/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.get_version.outputs.tag }}
|
@ -1,7 +1,7 @@
|
||||
FROM alpine:latest
|
||||
|
||||
LABEL maintainer="development@cooltux.net"
|
||||
ARG VERSION=16-20240926
|
||||
ARG VERSION=16-20241129
|
||||
|
||||
# PostgreSQL-Client installieren
|
||||
RUN apk update --no-cache ; \
|
||||
|
@ -24,4 +24,6 @@ if [ $? -eq 0 ]; then
|
||||
else
|
||||
echo "Fehler bei der Sicherung der Datenbank"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user