Skip to content

Commit 19ad777

Browse files
committed
Switch to build
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent d2baa52 commit 19ad777

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
run: >
3535
OWNER="${{ steps.get_repo_owner.outputs.repo_owner }}"
3636
TAG="latest"
37-
faas-cli publish
38-
--extra-tag ${{ github.sha }}
37+
SERVER="ghcr.io"
38+
faas-cli build
3939
--build-arg GO111MODULE=on
40-
--platforms linux/amd64,linux/arm64
4140
--filter release-promoter

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
run: >
4747
OWNER="${{ steps.get_repo_owner.outputs.repo_owner }}"
4848
TAG="latest"
49+
SERVER="ghcr.io"
4950
faas-cli publish
5051
--extra-tag ${{ github.sha }}
5152
--extra-tag ${{ steps.get_tag.outputs.TAG }}

0 commit comments

Comments
 (0)