-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move helm if statement to entire job
- Loading branch information
1 parent
b7497b8
commit ddd7f05
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ on: | |
|
||
jobs: | ||
docker: | ||
|
||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/v') | ||
permissions: | ||
contents: read | ||
packages: write | ||
|
@@ -29,7 +29,6 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: appany/[email protected] | ||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/v') | ||
with: | ||
name: chisel-operator | ||
repository: fyralabs/chisel-operator | ||
|