Skip to content

Commit 67359f8

Browse files
committed
fix indent
1 parent 1a9abf6 commit 67359f8

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/cd.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ jobs:
2323
labels: |
2424
deploy
2525
26-
build:
27-
name: Build
28-
if: github.event_name != 'pull_request' || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'deploy'))
29-
uses: ./.github/workflows/build.yml
30-
with:
31-
tags: |
32-
type=ref,event=pr,prefix=pr-,priority=1000
33-
type=edge,branch=$repo.default_branch,priority=900
34-
type=raw,value=latest,enable={{is_default_branch}},priority=900
35-
push: true
36-
gke-cluster: api-platform-demo
37-
gke-zone: europe-west1-c
38-
secrets:
39-
gke-credentials: ${{ secrets.GKE_SA_KEY }}
40-
gke-project: ${{ secrets.GKE_PROJECT }}
41-
gh-key: ${{ secrets.GH_KEY }}
26+
build:
27+
name: Build
28+
if: github.event_name != 'pull_request' || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'deploy'))
29+
uses: ./.github/workflows/build.yml
30+
with:
31+
tags: |
32+
type=ref,event=pr,prefix=pr-,priority=1000
33+
type=edge,branch=$repo.default_branch,priority=900
34+
type=raw,value=latest,enable={{is_default_branch}},priority=900
35+
push: true
36+
gke-cluster: api-platform-demo
37+
gke-zone: europe-west1-c
38+
secrets:
39+
gke-credentials: ${{ secrets.GKE_SA_KEY }}
40+
gke-project: ${{ secrets.GKE_PROJECT }}
41+
gh-key: ${{ secrets.GH_KEY }}
4242

4343

4444
deploy:

0 commit comments

Comments
 (0)