Skip to content

↪️ Switching clean to false - to avoid redundant cleaning #14

↪️ Switching clean to false - to avoid redundant cleaning

↪️ Switching clean to false - to avoid redundant cleaning #14

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
uses: docker/build-push-action@v4
with:
push: false