Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

chore: update README.md #265

chore: update README.md

chore: update README.md #265

Workflow file for this run

on: [push]
jobs:
dockerize:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
push: false