Skip to content

gomod(deps): bump google.golang.org/api from 0.216.0 to 0.217.0 (#12556) #84

gomod(deps): bump google.golang.org/api from 0.216.0 to 0.217.0 (#12556)

gomod(deps): bump google.golang.org/api from 0.216.0 to 0.217.0 (#12556) #84

name: push-build-image-autobumper
on:
push:
branches:
- main
paths:
- 'cmd/image-autobumper/Dockerfile'
- 'cmd/image-autobumper/**'
- 'go.mod'
- 'go.sum'
workflow_dispatch: {}
jobs:
build-image:
uses: ./.github/workflows/image-builder.yml
with:
name: image-autobumper
dockerfile: cmd/image-autobumper/Dockerfile
context: .
print-image:
runs-on: ubuntu-latest
needs: build-image
steps:
- name: Print image
run: echo "Image built ${{ needs.build-image.outputs.images }}"