Skip to content

Commit 1611593

Browse files
committed
YOLO: Never Run This Commit As Root
1 parent 64faaf4 commit 1611593

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 1
17-
- name: Setup latest Docker
18-
run: |
19-
curl -fsSL https://get.docker.com | sh
2017
- name: Setup faas-cli
2118
run: |
2219
curl -sSL https://cli.openfaas.com | sh
@@ -34,6 +31,7 @@ jobs:
3431
git clone https://github.com/tschaefer/openfaas-perl-mojo-template -b full-mojo _template
3532
mv _template/template .
3633
rm -rf _template
34+
sed -i 's/cpanm/cpanm -v/g' template/perl-mojo/Dockerfile
3735
# TODO: Fix and add arm64 build. cpanm fails with: `gzip: stdin: not in gzip format`
3836
- name: Build and Push
3937
run: |

0 commit comments

Comments
 (0)