Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
chore(action): add dev tag for ja3
Browse files Browse the repository at this point in the history
  • Loading branch information
a76yyyy committed May 31, 2023
1 parent 69a8c39 commit ba7fb6f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/Publish Ja3 Package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish Ja3 Package
on:
on:
push:
paths-ignore:
paths-ignore:
- 'docs/**'
- '.github/**'
- '**.md'
Expand Down Expand Up @@ -29,11 +29,17 @@ jobs:
registry: ghcr.io
username: ${{ secrets.DOCKER_USERNAME }} # dockerServer Username 在setting创建secrets name=DOCKER_USERNAME value=dockerid
password: ${{ secrets.GITHUB_TOKEN }} # dockerServer Token
- name: Login to DockerHub
uses: docker/login-action@v2
with:
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }} # dockerServer Username 在setting创建secrets name=DOCKER_USERNAME value=dockerid
password: ${{ secrets.DOCKER_PASSWORD }} # dockerServer Token
- name: Publish Ja3 Package
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile.ja3
platforms: linux/386,linux/arm64,linux/amd64,linux/arm/v6,linux/arm/v7 # 你准备构建的镜像平台
push: true
tags: ghcr.io/qd-today/qd:ja3-latest
tags: ghcr.io/qd-today/qd:ja3-latest,docker.io/a76yyyy/qiandao:ja3-dev

0 comments on commit ba7fb6f

Please sign in to comment.