Skip to content

chore(deps): bump docker/build-push-action from 5.3.0 to 6.1.0 #63

chore(deps): bump docker/build-push-action from 5.3.0 to 6.1.0

chore(deps): bump docker/build-push-action from 5.3.0 to 6.1.0 #63

Workflow file for this run

name: "Containers: Bun"
on:
merge_group: {}
push:
branches:
- main
paths:
- containers/bun
- containers/bun/*
- containers/bun/**/*
- .github/workflows/container.yml
- .github/workflows/containers.bun.yml
pull_request:
paths:
- containers/bun
- containers/bun/*
- containers/bun/**/*
- .github/workflows/container.yml
- .github/workflows/containers.bun.yml
permissions:
contents: read
jobs:
## Build Bun Container
build-bun-container:
name: "Bun Image"
uses: ./.github/workflows/container.hardened.yml
permissions:
actions: read
checks: write
id-token: write
contents: read
packages: write
pull-requests: write
with:
runner: ubuntu-latest
image: elide-dev/build-infra/bun
path: containers/bun