ci-7
This commit is contained in:
parent
5d134e0363
commit
d070c79d4b
@ -26,7 +26,7 @@ jobs:
|
||||
- name: 获取 Gitea 配置
|
||||
run: |
|
||||
echo ${{ env.REGISTRY }}
|
||||
echo ${{ secrets.DOCKER_USER_NAME }}
|
||||
echo ${{ gitea.actor }}
|
||||
echo ${{ secrets.DOCKER_TOKEN }}
|
||||
echo ${{ env.IMGAE_NAME }}
|
||||
|
||||
@ -50,8 +50,9 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ secrets.DOCKER_USER_NAME }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
insecure: true # 允许 HTTP 连接
|
||||
|
||||
# - name: 提取 Docker 元数据
|
||||
# id: meta
|
||||
|
Loading…
x
Reference in New Issue
Block a user