From 7615e2e3b5fd555ee2d02fd0a1064165a46ac19c Mon Sep 17 00:00:00 2001 From: Gavin Ray Date: Tue, 12 Nov 2024 15:36:37 -0500 Subject: [PATCH] Update GH Action --- .github/workflows/build-connectors-action.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-connectors-action.yaml b/.github/workflows/build-connectors-action.yaml index f668568..2a9e380 100644 --- a/.github/workflows/build-connectors-action.yaml +++ b/.github/workflows/build-connectors-action.yaml @@ -41,7 +41,7 @@ jobs: - name: Log in to the Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: - registry: ${{ env.REGISTRY }} + registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} @@ -61,8 +61,6 @@ jobs: build-args: | JOOQ_PRO_EMAIL=${{ secrets.JOOQ_PRO_EMAIL }} JOOQ_PRO_LICENSE=${{ secrets.JOOQ_PRO_LICENSE }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} create-release: needs: docker-build