change Image Version to r5
All checks were successful
Create dokuwiki docker image / Explore-Gitea-Actions (push) Successful in 42s

This commit is contained in:
Marko Oldenburg 2024-09-17 10:27:49 +02:00
parent 66e825533d
commit b4c0636d71
2 changed files with 5 additions and 5 deletions

View File

@ -37,5 +37,5 @@ jobs:
file: ./Dockerfile
platforms: |
linux/amd64
push: false
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ steps.get_version.outputs.tag }}

View File

@ -7,11 +7,11 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-07-25T02:43:24Z" \
org.opencontainers.image.created="2024-09-17T08:26:56Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/dokuwiki/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="20240206.2.0-debian-12-r4" \
org.opencontainers.image.ref.name="20240206.2.0-debian-12-r5" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dokuwiki" \
org.opencontainers.image.title="dokuwiki" \
org.opencontainers.image.vendor="Broadcom, Inc." \