Skip to content

Merge pull request #9 from sourcery-ai-bot/main #4

Merge pull request #9 from sourcery-ai-bot/main

Merge pull request #9 from sourcery-ai-bot/main #4

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v1
- uses: docker/build-push-action@v2
with:
context: .
cache-from: type=gha
cache-to: type=gha,mode=max