Skip to content

Switch the sliding captcha's ticket from automatic to manual input #18

Switch the sliding captcha's ticket from automatic to manual input

Switch the sliding captcha's ticket from automatic to manual input #18

Workflow file for this run

name: ci
on:
push:
tags:
- '*'
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v3
with:
context: .
push: true
platforms: |
linux/amd64
linux/arm64
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/matrix-qq:${{ github.ref_name }}
${{ secrets.DOCKERHUB_USERNAME }}/matrix-qq:latest