Skip to content

Commit a722cbc

Browse files
authored
Update action.yml
1 parent 023081d commit a722cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- if: runner.os == 'Linux'
77
run: |
88
if test -d /__e && grep -q '^ID=alpine$' /etc/os-release; then
9-
TMPDIR=$(mktemp -dp "$RUNNER_TEMP")
9+
TMPDIR=$(mktemp -d)
1010
apk add --root "$TMPDIR" --repositories-file /etc/apk/repositories --allow-untrusted --no-cache --no-scripts --initdb -- docker-cli
1111
export PATH="$TMPDIR/usr/bin:$PATH"
1212
docker run --rm --user 0:0 --volume /:/hostfs --entrypoint /usr/sbin/chroot "$(docker inspect "$(hostname)" --format "{{ .Image }}")" /hostfs /bin/bash -xc \

0 commit comments

Comments
 (0)