Skip to content

Bump docker/setup-buildx-action from 2 to 3 #22

Bump docker/setup-buildx-action from 2 to 3

Bump docker/setup-buildx-action from 2 to 3 #22

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@v4
with:
push: false