Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
fcbdd3164a | |||
9ef47dea89 |
@ -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 }}
|
@ -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 ; \
|
||||
|
@ -24,6 +24,4 @@ if [ $? -eq 0 ]; then
|
||||
else
|
||||
echo "Fehler bei der Sicherung der Datenbank"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
exit 0
|
||||
fi
|
Reference in New Issue
Block a user