Skip to content

chore: use one dockerfile for all tools #15

chore: use one dockerfile for all tools

chore: use one dockerfile for all tools #15

Workflow file for this run

name: CI
on: push
jobs:
tools:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: docker/[email protected]
- uses: docker/[email protected]
- uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/[email protected]
with:
push: true
set: |
*.cache-from=type=gha
*.cache-to=type=gha,mode=max
*.platform=linux/amd64,linux/arm64