Skip to content

maintain(deps): bump docker/build-push-action from 4 to 6 #1914

maintain(deps): bump docker/build-push-action from 4 to 6

maintain(deps): bump docker/build-push-action from 4 to 6 #1914

Workflow file for this run

name: ci
on:
pull_request:
# Dummy test job to pass required status checks. Any component
# implementing or requiring real tests should filter out this workflow.
paths-ignore:
- go.mod
- go.sum
- '**/*.go'
- 'ui/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo No test required for this change.