.gitea/workflows/build.yml aktualisiert
Some checks failed
Create dokuwiki docker image / Explore-Gitea-Actions (push) Failing after 23s

This commit is contained in:
Marko Oldenburg 2024-09-17 05:15:11 +02:00
parent a95acc9784
commit c1c06514d1

View File

@ -23,7 +23,7 @@ jobs:
- name: Set Docker Version
id: get_version
run: |
DOCKER_VERSION=$(grep -oP '(?<=^org.opencontainers.image.ref.name=").*\d' Dockerfile)
DOCKER_VERSION=$(grep -oP '(?<=org.opencontainers.image.ref.name=").*\d' Dockerfile)
echo "Docker version: $DOCKER_VERSION"
echo "::set-output name=tag::$DOCKER_VERSION"