Skip to content

fix: bake action

fix: bake action #2

Workflow file for this run

name: CI
on: push
jobs:
tools:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/bake-action@v6.9.0
with:
push: true
set: |
*.cache-from=type=gha
*.cache-to=type=gha,mode=max