Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <[email protected]>
  • Loading branch information
alexellis authored Jun 18, 2024
1 parent 3da4274 commit 3c30e31
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ name: publish

on:
push:
branches:
- 'master'
tags:
- '*'

jobs:
build:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

permissions:
packages: write
Expand Down Expand Up @@ -55,4 +52,4 @@ jobs:
faas-cli publish
--extra-tag ${{ github.sha }}
--platforms linux/amd64
-f stack-amd64.yml
-f stack-amd64.yml

0 comments on commit 3c30e31

Please sign in to comment.