Skip to content

Bump docker/build-push-action from 4 to 5 (#14) #25

Bump docker/build-push-action from 4 to 5 (#14)

Bump docker/build-push-action from 4 to 5 (#14) #25

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