Skip to content

build: add action to build container image #1

build: add action to build container image

build: add action to build container image #1

Workflow file for this run

name: Docker Build Validation
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Build Docker Image
run: |
docker build -t github-readme-stats:latest .