diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b7658d6..a0f14c8 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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