Skip to content

Update docker-image.yml #77

Update docker-image.yml

Update docker-image.yml #77

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: make buildx
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v2.4.3