We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d53e0 commit 5408b1fCopy full SHA for 5408b1f
ci/build-in-docker.sh
@@ -34,7 +34,7 @@ repo_root="$(readlink -f "$(dirname "$0")"/..)"
34
# use docker image tag provided by GitHub actions if possible
35
DOCKER_TAG="${DOCKER_TAG:-ghcr.io/appimage/appimageupdate-build:local-build}"
36
37
-default_branch_tag="${echo "$DOCKER_TAG" | cut -d: -f1):$(echo "$GITHUB_DEFAULT_BRANCH" | rev | cut -d/ -f1 | rev)"
+default_branch_tag="$(echo "$DOCKER_TAG" | cut -d: -f1):$(echo "$GITHUB_DEFAULT_BRANCH" | rev | cut -d/ -f1 | rev)"
38
39
# building local image to "cache" installed dependencies for subsequent builds
40
docker build \
@@ -68,5 +68,5 @@ docker run \
68
-v "$cwd":/out \
69
-w /out \
70
--user "$uid" \
71
- "$image" \
+ "$DOCKER_TAG" \
72
bash /ws/ci/build-appimages.sh
0 commit comments