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

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 #85

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 #85

Workflow file for this run

name: docker build
on:
pull_request:
push:
branches:
- main
jobs:
docker-build:
name: build docker image
if: github.repository == 'elastic/crossplane-function-cue'
runs-on: ubuntu-latest
steps:
- id: checkout
uses: actions/checkout@v3
with:
fetch-depth: "0"
- name: setup
run: |
LDFLAGS="$(make ci-print-ldflags)"
echo "LDFLAGS=${LDFLAGS}">>$GITHUB_ENV
- name: docker build
uses: docker/build-push-action@v5
with:
build-args:
ldflags=${{ env.LDFLAGS }}