diff --git a/.gitea/workflows/build-on-tag.yml b/.gitea/workflows/build-on-tag.yml index b1c39b8..a152c17 100644 --- a/.gitea/workflows/build-on-tag.yml +++ b/.gitea/workflows/build-on-tag.yml @@ -29,9 +29,9 @@ jobs: - name: Log in to Gitea Registry uses: docker/login-action@v3 with: - registry: ${{ secrets.GITEA_REGISTRY }} - username: ${{ secrets.GITEA_USERNAME }} - password: ${{ secrets.GITEA_PASSWORD }} + registry: ${{ secrets.REGISTRY_URL }} + username: ${{ secrets.REGISTRY_USERNAME }} + password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build and Push multi-platform image uses: docker/build-push-action@v5 @@ -41,5 +41,5 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ${{ secrets.GITEA_REGISTRY }}/renolation/english-toeic:${{ steps.tag.outputs.TAG }} - ${{ secrets.GITEA_REGISTRY }}/renolation/english-toeic:latest \ No newline at end of file + ${{ secrets.REGISTRY_URL }}/renolation/english-toeic:${{ steps.tag.outputs.TAG }} + ${{ secrets.REGISTRY_URL }}/renolation/english-toeic:latest \ No newline at end of file