Skip to content

Bump docker/bake-action from 6.1.1 to 6.2.0 #94

Bump docker/bake-action from 6.1.1 to 6.2.0

Bump docker/bake-action from 6.1.1 to 6.2.0 #94

Workflow file for this run

---
name: Build
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v3
with:
platforms: linux/amd64,linux/arm64
- name: Setup buildx
uses: docker/setup-buildx-action@v3
- name: Build Only
uses: docker/bake-action@60f5d53310314dbf8c33f0c8a01042536f2f6c36 # v6
with:
source: .
files: |
./docker-bake.hcl
targets: build