Skip to content

chore(deps): bump io.grpc:grpc-protobuf from 1.58.0 to 1.61.1 #315

chore(deps): bump io.grpc:grpc-protobuf from 1.58.0 to 1.61.1

chore(deps): bump io.grpc:grpc-protobuf from 1.58.0 to 1.61.1 #315

Workflow file for this run

name: Build
on:
workflow_call:
push:
branches: [ main ]
pull_request:
branches: [ main ]
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
build-docker:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Configure gradle.properties
run: |
cat <<EOF >> gradle.properties
maven.credentials.username=${{ secrets.MAVEN_REPOSITORY_USERNAME }}
maven.credentials.password=${{ secrets.MAVEN_REPOSITORY_PASSWORD }}
EOF
- name: Build docker image
run: |
docker build .