Skip to content

Commit fb42940

Browse files
committed
updated the skaffold build GitHub workflow
1 parent 2b33140 commit fb42940

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/skaffold-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ on:
44
push:
55
tags:
66
- "v[0-9]+.[0-9]+.[0-9]+"
7+
- "v[0-9]+.[0-9]+.[0-9]+u[0-9]+"
78
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
89

910
jobs:
1011
call-workflow-passing-data:
11-
uses: cyverse-de/github-workflows/.github/workflows/skaffold-build.yml@v0.0.7
12+
uses: cyverse-de/github-workflows/.github/workflows/skaffold-build.yml@v0.2.0
1213
with:
1314
build-prerelease: ${{ contains(github.ref_name, '-rc') }}
1415
secrets:

0 commit comments

Comments
 (0)