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

Commit

Permalink
Update Ja3 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
a76yyyy committed Aug 27, 2022
1 parent f947718 commit 8c83f9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Build Ja3 Image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
platform: linux/386,linux/arm64,linux/amd64,linux/arm/v6,linux/arm/v7 # 你准备构建的镜像平台
tag: ja3-latest,ja3-${{ steps.get_version.outputs.VERSION }}
dockerUser: ${{ secrets.DOCKER_USERNAME }} # docker hub userid 在setting创建secrets name=DOCKER_USERNAME value=dockerid
dockerPassword: ${{ secrets.DOCKER_PASSWORD }} # docker hub password,在setting创建secrets name=DOCKER_PASSWORD value=dockerpassword
dockerPassword: ${{ secrets.DOCKER_PASSWORD }} # docker hub password,在setting创建secrets name=DOCKER_PASSWORD value=dockerpassword
dockerFile: Dockerfile.ja3
3 changes: 2 additions & 1 deletion .github/workflows/Publish Ja3 Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
tag: ja3-latest
dockerServer: ghcr.io
dockerUser: ${{ secrets.DOCKER_USERNAME }} # dockerServer Username 在setting创建secrets name=DOCKER_USERNAME value=dockerid
dockerPassword: ${{ secrets.GITHUB_TOKEN }} # dockerServer Token
dockerPassword: ${{ secrets.GITHUB_TOKEN }} # dockerServer Token
dockerFile: Dockerfile.ja3
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
Nothing right now.
## [20220819] - 2022.08.19 更新 -->
## [20220826] - 2022.08.26 更新 -->

## [Unreleased]

Expand Down

0 comments on commit 8c83f9b

Please sign in to comment.