Skip to content

Merge pull request #10 from geekymeeky/dependabot/pip/cryptography-41… #8

Merge pull request #10 from geekymeeky/dependabot/pip/cryptography-41…

Merge pull request #10 from geekymeeky/dependabot/pip/cryptography-41… #8

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