Skip to content

Bump com.google.dagger:dagger-compiler from 2.46.1 to 2.47 #4

Bump com.google.dagger:dagger-compiler from 2.46.1 to 2.47

Bump com.google.dagger:dagger-compiler from 2.46.1 to 2.47 #4

Workflow file for this run

name: Build/Release
on:
pull_request:
workflow_dispatch:
jobs:
build-image:
if: github.event_name == 'pull_request'
uses: ./.github/workflows/image-builder-template.yaml
with:
push: false
push-image:
if: github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/image-builder-template.yaml
with:
push: true