Skip to content

Commit

Permalink
Merge pull request #53 from YunShiHang/main
Browse files Browse the repository at this point in the history
fix ci's env and needs bug
  • Loading branch information
YunShiHang authored Aug 16, 2022
2 parents cfccc47 + 0a6e89a commit 686300d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tag-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

env:
KUKEAN_OPERATOR_IMAGE_NAME: kubean-operator
KUBESPRAY_IMAGE_NAME: kubespray
SPRAY_JOB_IMAGE_NAME: spray-job
KUBESPRAY_TAG: master
jobs:
build-push:
needs: unit-test
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down

0 comments on commit 686300d

Please sign in to comment.