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 00317e2 commit 1341743Copy full SHA for 1341743
.github/actions/push-files/Dockerfile
@@ -4,9 +4,7 @@ FROM ubuntu:18.04
4
# Install GitHub CLI
5
RUN apt-get update && \
6
apt-get install -y --no-install-recommends git wget
7
-RUN mkdir /ghcli && \
8
- cd /ghcli && \
9
- wget https://github.com/cli/cli/releases/download/v1.0.0/gh_1.0.0_linux_386.tar.gz -O ghcli.tar.gz --no-check-certificate && \
+RUN wget https://github.com/cli/cli/releases/download/v1.0.0/gh_1.0.0_linux_386.tar.gz -O ghcli.tar.gz --no-check-certificate && \
10
tar --strip-components=1 -xf ghcli.tar.gz
11
12
# Copies your code file from your action repository to the filesystem path `/` of the container
0 commit comments