Compare commits

..

2 Commits

Author SHA1 Message Date
Mr-lixh bdfc822e6a fix docker login
Explore-Gitea-Actions Details
2023-03-27 15:26:16 +08:00
Mr-lixh b8b70aa23d fix docker login 2023-03-27 15:25:08 +08:00
1 changed files with 3 additions and 4 deletions

View File

@ -20,12 +20,11 @@ jobs:
name: Build and push
uses: docker/build-push-action@v4
with:
context: .
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