removed old workflow

This commit is contained in:
JustSKY 2022-06-17 05:23:05 +00:00 committed by GitHub
parent 900d732c3f
commit c717756dec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,23 +1,3 @@
name: Release Docker Image
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
#ref: '70e4c2c0cb2f1c2f3d1c76de99a3e7593e3d7cae'
submodules: true
- name: Build the Docker image
run: |
docker login --username=${{ secrets.DOCKER_HUB_USER }} --password=${{ secrets.DOCKER_HUB_PWD }}
docker build -t b3log/siyuan:latest -t b3log/siyuan:v2.0.20 .
docker push b3log/siyuan -a
name: Release Docker Image
on: