Skip to content

Commit 1341743

Browse files
authored
GHA (#58)
1 parent 00317e2 commit 1341743

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/actions/push-files/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ FROM ubuntu:18.04
44
# Install GitHub CLI
55
RUN apt-get update && \
66
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 && \
7+
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 && \
108
tar --strip-components=1 -xf ghcli.tar.gz
119

1210
# Copies your code file from your action repository to the filesystem path `/` of the container

0 commit comments

Comments
 (0)