Skip to content

Bump docker/metadata-action from 4 to 5 #28

Bump docker/metadata-action from 4 to 5

Bump docker/metadata-action from 4 to 5 #28

Workflow file for this run

name: Build Docker image
on:
push:
branches:
- '*'
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Build
uses: docker/build-push-action@v5
with:
push: false