diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index aa9152d..40b5a37 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -22,9 +22,6 @@ jobs: with: push: true tags: artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest -# 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