Skip to content

Bump docker/metadata-action from 5.5.1 to 5.6.1 #20

Bump docker/metadata-action from 5.5.1 to 5.6.1

Bump docker/metadata-action from 5.5.1 to 5.6.1 #20

Workflow file for this run

---
name: "Container build and test"
on: [push, pull_request, workflow_call]
permissions: read-all
jobs:
podman-build:
name: Utility Container Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Utility Container Build
run: make manifest podman-build-amd64
- name: Run Container tests
run: make test-amd64