fix docker login
Explore-Gitea-Actions Details

This commit is contained in:
Mr-lixh 2023-03-27 15:26:16 +08:00
parent b8b70aa23d
commit bdfc822e6a
1 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@ jobs:
with:
push: true
tags: artifacts.iflytek.com/docker-private/ai_devops/xhli18/gitea_actions:latest
registry: artifacts.iflytek.com
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
# registry: artifacts.iflytek.com
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v3