Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Bump google.golang.org/grpc from 1.40.0 to 1.56.3 #29

Bump google.golang.org/grpc from 1.40.0 to 1.56.3

Bump google.golang.org/grpc from 1.40.0 to 1.56.3 #29

Workflow file for this run

name: build-images
on: [pull_request]
jobs:
build-images:
runs-on: ubuntu-latest
env:
REPOSITORY: ghcr.io/${{ github.repository }}
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build container image
uses: docker/build-push-action@v3
with:
push: false
tags: ghcr.io/${{ github.repository }}:latest-amd64