Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-10-09 21:16:50 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-10-09 21:16:50 +0300
commitac40b055a6bdf0d80eec5302892904aedb3f701e (patch)
treedda90ed306c027c2c22d9abccebedb3eb2304aac
parentc16c50f583f65df53a99617165f75a8347cd9af7 (diff)
build-docker.yml: Fix invalid step id
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
-rw-r--r--.github/workflows/build-docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml
index 7dc3b843..4148845d 100644
--- a/.github/workflows/build-docker.yml
+++ b/.github/workflows/build-docker.yml
@@ -112,7 +112,7 @@ jobs:
tmpdir=$(mktemp -d)
pushd "$tmpdir"
cat <<EOF > ./Dockerfile
- FROM --platform=$platform ownyourbits/nextcloudpi:${{ steps.checkout_previous_version.outputs.previous_version }}
+ FROM --platform=$platform ownyourbits/nextcloudpi:${{ steps.get_previous_version.outputs.previous_version }}
RUN echo 'Mutex posixsem' >> /etc/apache2/mods-available/ssl.conf
EOF