Skip to content

on: push

on: push #3

Workflow file for this run

on: push
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