Skip to content

Release 0.1.3 - minor optimizations and dependency bumps, mainly rebuilding for newer base image #1

Release 0.1.3 - minor optimizations and dependency bumps, mainly rebuilding for newer base image

Release 0.1.3 - minor optimizations and dependency bumps, mainly rebuilding for newer base image #1

Workflow file for this run

name: Docker Container Build
on:
pull_request:
branches: [ "master" ]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v5
with:
context: .
push: false
cache-from: type=gha
cache-to: type=gha,mode=max