Skip to content

๐Ÿ–Œ๏ธ Added styling to Readme #22

๐Ÿ–Œ๏ธ Added styling to Readme

๐Ÿ–Œ๏ธ Added styling to Readme #22

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

Check failure on line 19 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
with:
context: .
file: Dockerfile
push: true
tags: poloniki/quint:latest