Skip to content

Commit 5c48957

Browse files
committed
YOLO: GIT :/
1 parent 87a2e8f commit 5c48957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
git clone https://github.com/tschaefer/openfaas-perl-mojo-template -b full-mojo _template
3232
mv _template/template .
3333
rm -rf _template
34-
sed -i 's|cpanm/|cpanm -M https://cpan.metacpan.org/ -v|g' template/perl-mojo/Dockerfile
34+
sed -i 's|cpanm/|cpanm -M https\:\/\/cpan.metacpan.org\/ -v|g' template/perl-mojo/Dockerfile
3535
# TODO: Fix and add arm64 build. cpanm fails with: `gzip: stdin: not in gzip format`
3636
- name: Build and Push
3737
run: |

0 commit comments

Comments
 (0)