debug: 测试 Gitea Actions Secrets 是否生效
Some checks failed
Build Docker Images / build (map[app_version:v2.1 buggy:false tag:v2.1]) (push) Waiting to run
Build Docker Images / build (map[app_version:v1.0 buggy:false tag:v1.0]) (push) Failing after 11s
Build Docker Images / build (map[app_version:v2.0 buggy:false tag:v2.0]) (push) Failing after 11s
Build Docker Images / build (map[app_version:v3.0-buggy buggy:true tag:v3.0-buggy]) (push) Failing after 14s
Some checks failed
Build Docker Images / build (map[app_version:v2.1 buggy:false tag:v2.1]) (push) Waiting to run
Build Docker Images / build (map[app_version:v1.0 buggy:false tag:v1.0]) (push) Failing after 11s
Build Docker Images / build (map[app_version:v2.0 buggy:false tag:v2.0]) (push) Failing after 11s
Build Docker Images / build (map[app_version:v3.0-buggy buggy:true tag:v3.0-buggy]) (push) Failing after 14s
This commit is contained in:
@@ -29,6 +29,14 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Check secrets
|
||||
run: |
|
||||
echo "Username length: ${#HARBOR_USERNAME}"
|
||||
echo "Password length: ${#HARBOR_PASSWORD}"
|
||||
env:
|
||||
HARBOR_USERNAME: ${{ secrets.HARBOR_USERNAME }}
|
||||
HARBOR_PASSWORD: ${{ secrets.HARBOR_PASSWORD }}
|
||||
|
||||
- name: Log in to Harbor
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user