.gitea/workflows/build-postgresql.yml aktualisiert
This commit is contained in:
parent
f12e09b9ba
commit
13e70a102f
@ -29,7 +29,7 @@ jobs:
|
||||
- name: Set Docker Version
|
||||
id: get_version
|
||||
run: |
|
||||
DOCKER_VERSION=$(grep -oP '(?<=^FROM postgres:).*' Dockerfile)
|
||||
DOCKER_VERSION=$(grep -oP '(?<=^FROM postgres:).*' Dockerfile-postgresql)
|
||||
echo "Docker version: $DOCKER_VERSION"
|
||||
echo "::set-output name=tag::$DOCKER_VERSION"
|
||||
|
Loading…
Reference in New Issue
Block a user