fix docker login
Explore-Gitea-Actions Details

This commit is contained in:
Mr-lixh 2023-03-27 15:29:32 +08:00
parent bdfc822e6a
commit 073aae9522
1 changed files with 3 additions and 3 deletions

View File

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