Skip to content

FIXUP: Switch Docker with Podman #4

FIXUP: Switch Docker with Podman

FIXUP: Switch Docker with Podman #4

Workflow file for this run

name: Tests
on:
push:
pull_request:
branches: [ main ]
schedule:
- cron: '0 0 * * *' # Run every day at 00:00 UTC.
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the container image
run: podman build -f deploy/Dockerfile .