Skip to content

Workflow file for this run

name: Build and push Docker images
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build and push Docker images
uses: docker/build-push-action@v6.3.0