-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Add client info into verification email;
2. Add client name where the clipboard data from to the log; 3.Build images against amd64 & arm64. 4. Optimized the document.
- Loading branch information
Showing
4 changed files
with
14 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,12 @@ | ||
name: Tag & build | ||
name: Build images | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- version.txt | ||
tags: | ||
- 'v[0-9].[0-9]+.[0-9]+**' | ||
|
||
jobs: | ||
tag: | ||
if: ${{ github.repository == 'llaoj/gcopy' }} | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- run: /usr/bin/git config --global user.email [email protected] | ||
- run: /usr/bin/git config --global user.name 'GitHub Actions Release Tagger' | ||
- run: hack/release-tag.sh | ||
id: release_tag | ||
outputs: | ||
release_tag: ${{ steps.release_tag.outputs.release_tag }} | ||
|
||
build: | ||
needs: tag | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters