We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2baa52 commit 19ad777Copy full SHA for 19ad777
2 files changed
.github/workflows/build.yaml
@@ -34,8 +34,7 @@ jobs:
34
run: >
35
OWNER="${{ steps.get_repo_owner.outputs.repo_owner }}"
36
TAG="latest"
37
- faas-cli publish
38
- --extra-tag ${{ github.sha }}
+ SERVER="ghcr.io"
+ faas-cli build
39
--build-arg GO111MODULE=on
40
- --platforms linux/amd64,linux/arm64
41
--filter release-promoter
.github/workflows/publish.yaml
@@ -46,6 +46,7 @@ jobs:
46
47
48
49
50
faas-cli publish
51
--extra-tag ${{ github.sha }}
52
--extra-tag ${{ steps.get_tag.outputs.TAG }}
0 commit comments