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 87a2e8f commit 5c48957Copy full SHA for 5c48957
.github/workflows/docker-release.yml
@@ -31,7 +31,7 @@ jobs:
31
git clone https://github.com/tschaefer/openfaas-perl-mojo-template -b full-mojo _template
32
mv _template/template .
33
rm -rf _template
34
- sed -i 's|cpanm/|cpanm -M https://cpan.metacpan.org/ -v|g' template/perl-mojo/Dockerfile
+ sed -i 's|cpanm/|cpanm -M https\:\/\/cpan.metacpan.org\/ -v|g' template/perl-mojo/Dockerfile
35
# TODO: Fix and add arm64 build. cpanm fails with: `gzip: stdin: not in gzip format`
36
- name: Build and Push
37
run: |
0 commit comments