.gitea/workflows/build.yml aktualisiert
Some checks failed
Create dokuwiki docker image / Explore-Gitea-Actions (push) Failing after 23s
Some checks failed
Create dokuwiki docker image / Explore-Gitea-Actions (push) Failing after 23s
This commit is contained in:
parent
a95acc9784
commit
c1c06514d1
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user