removed old login steps
This commit is contained in:
parent
c717756dec
commit
28b34be033
1 changed files with 1 additions and 2 deletions
3
.github/workflows/dockerimage.yml
vendored
3
.github/workflows/dockerimage.yml
vendored
|
@ -34,5 +34,4 @@ jobs:
|
|||
|
||||
- name: Build the Docker image
|
||||
run: |
|
||||
docker login --username=${{ secrets.DOCKER_HUB_USER }} --password=${{ secrets.DOCKER_HUB_PWD }}
|
||||
docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7 -t b3log/siyuan:latest -t b3log/siyuan:v2.0.20 .
|
||||
docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7 -t ${{ secrets.DOCKERHUB_USERNAME }}/siyuan:latest -t ${{ secrets.DOCKERHUB_USERNAME }}/siyuan:v2.0.20 .
|
Loading…
Add table
Reference in a new issue