Skip to content

[CHORE] Remove promotional information from the README #144

[CHORE] Remove promotional information from the README

[CHORE] Remove promotional information from the README #144

Workflow file for this run

name: rm_vision CI
on:
push:
branches: [ main ]
jobs:
docker-build-and-push:
if: github.event_name == 'push'
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: chenjunnn
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
push: true
tags: chenjunnn/rm_vision:lastest