Skip to content

Commit

Permalink
ci: update workflow to build and push csi-driver (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwpk110 authored Nov 29, 2024
1 parent 21bd547 commit bd9472f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}

- name: Build and push operator
- name: Build and push csi-driver
run: |
make docker-buildx
make csi-docker-buildx
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ jobs:
name: Release Image
if: ${{ github.repository_owner == 'zncdatadev' }}
runs-on: ubuntu-latest
needs:
- markdown-lint
- golang-lint
- golang-test
- chainsaw-test
steps:
- name: Clone the code
uses: actions/checkout@v4
Expand All @@ -121,7 +126,6 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}

- name: Build and push operator

- name: Build and push csi-driver
run: |
make docker-buildx
make csi-docker-buildx

0 comments on commit bd9472f

Please sign in to comment.