Skip to content

wip: docker ci

wip: docker ci #1

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- "**"
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}/ubuntu
jobs:
build-ubuntu-docker:
runs-on: ubuntu-latest
steps:
- name: Build and push Docker image
uses: docker/build-push-action
with:
context: .
file: ./Dockerfile
platforms: ${{ matrix.platforms }}
push: true