diff --git a/.gitea/workflows/ci-release-tag.yml b/.gitea/workflows/ci-release-tag.yml index a7a2c9a..5327f83 100644 --- a/.gitea/workflows/ci-release-tag.yml +++ b/.gitea/workflows/ci-release-tag.yml @@ -21,19 +21,19 @@ jobs: - name: Set up Docker BuildX uses: docker/setup-buildx-action@v2 - with: # replace it with your local IP + with: config-inline: | [registry."registry.tips-of-mine.com"] http = true insecure = true - - name: Login to DockerHub - uses: docker/login-action@v2 + - name: Login to Repository + uses: ./ with: - registry: registry.tips-of-mine.com # replace it with your local IP + registry: registry.tips-of-mine.com username: ${{ secrets.HARBOR_USERNAME }} password: ${{ secrets.HARBOR_PASSWORD }} - + - name: Get Meta id: meta run: |