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 64faaf4 commit 1611593Copy full SHA for 1611593
.github/workflows/docker-release.yml
@@ -14,9 +14,6 @@ jobs:
14
- uses: actions/checkout@v4
15
with:
16
fetch-depth: 1
17
- - name: Setup latest Docker
18
- run: |
19
- curl -fsSL https://get.docker.com | sh
20
- name: Setup faas-cli
21
run: |
22
curl -sSL https://cli.openfaas.com | sh
@@ -34,6 +31,7 @@ jobs:
34
31
git clone https://github.com/tschaefer/openfaas-perl-mojo-template -b full-mojo _template
35
32
mv _template/template .
36
33
rm -rf _template
+ sed -i 's/cpanm/cpanm -v/g' template/perl-mojo/Dockerfile
37
# TODO: Fix and add arm64 build. cpanm fails with: `gzip: stdin: not in gzip format`
38
- name: Build and Push
39
0 commit comments