Skip to content

Bump com.google.guava:guava from 31.1-android to 32.1.1-android #5

Bump com.google.guava:guava from 31.1-android to 32.1.1-android

Bump com.google.guava:guava from 31.1-android to 32.1.1-android #5

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