Skip to content

Merge pull request #231 from tokern/dependabot/pip/aiohttp-3.8.5 #106

Merge pull request #231 from tokern/dependabot/pip/aiohttp-3.8.5

Merge pull request #231 from tokern/dependabot/pip/aiohttp-3.8.5 #106

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: docker build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-20.04
name: Docker Build
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: all
- name: Build
id: docker_build
uses: docker/build-push-action@v3
with:
context: .
push: false
file: docker/Dockerfile
tags: tokern/piicatcher:latest