Skip to content

build(deps): bump google.golang.org/grpc from 1.68.0 to 1.68.1 (#175) #5

build(deps): bump google.golang.org/grpc from 1.68.0 to 1.68.1 (#175)

build(deps): bump google.golang.org/grpc from 1.68.0 to 1.68.1 (#175) #5

Workflow file for this run

name: Publish
on:
push:
branches:
- main
jobs:
publish-image:
name: Publish Image
if: ${{ github.repository_owner == 'zncdatadev' }}
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64
- name: Login to quay.io
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
- name: Build and push csi-driver
run: |
make csi-docker-buildx