Skip to content

Bump docker/bake-action from 6.2.0 to 6.3.0 #95

Bump docker/bake-action from 6.2.0 to 6.3.0

Bump docker/bake-action from 6.2.0 to 6.3.0 #95

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@7bff531c65a5cda33e52e43950a795b91d450f63 # v6
with:
source: .
files: |
./docker-bake.hcl
targets: build