修改校验方式
This commit is contained in:
@@ -2,10 +2,10 @@ name: Build and Push Docker Images
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ main, master ]
|
||||
tags: [ 'v*' ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, master ]
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
with:
|
||||
registry: gitea.zfxt.top
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.AUTH_TOKEN }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Extract metadata for backend
|
||||
if: matrix.service == 'backend'
|
||||
|
||||
Reference in New Issue
Block a user