Skip to content

Adding path to dockerfile #24

Adding path to dockerfile

Adding path to dockerfile #24

Workflow file for this run

name: Build
on:
push:
jobs:
docker:
name: Docker Build
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile
push: true
tags: poloniki/quint:latest