Skip to content

Bump docker/metadata-action from 5.8.0 to 5.9.0 #54

Bump docker/metadata-action from 5.8.0 to 5.9.0

Bump docker/metadata-action from 5.8.0 to 5.9.0 #54

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: setup Go
uses: actions/setup-go@v6
with:
go-version: '1.24.0'
- uses: actions/[email protected]
with:
fetch-depth: 0
- run: make style
- run: make vet
- run: make test
- run: make BRANCH=${{ github.head_ref || github.ref_name }} build
- run: make integ