Skip to content

⬆️ vditor and https://ld246.com/article/1702535619033 #289

⬆️ vditor and https://ld246.com/article/1702535619033

⬆️ vditor and https://ld246.com/article/1702535619033 #289

Workflow file for this run

name: Docker Image CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build the Docker image
run: |
docker login --username=${{ secrets.DOCKER_HUB_USER }} --password=${{ secrets.DOCKER_HUB_PWD }}
docker build --build-arg git_commit=$(git rev-parse --short HEAD) -t b3log/solo:latest .
docker push b3log/solo