Skip to content

Use gha cache

Use gha cache #1

Workflow file for this run

on:
push:
pull_request:
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
target: tests
push: false
cache-from: type=gha
cache-to: type=gha,mode=max