diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16f65be..917118a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: uses: docker/metadata-action@v5 with: images: - ${{ vars.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }} + ${{ vars.NEON_DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }} tags: | # branch event type=ref,enable=true,priority=600,prefix=,suffix=,event=branch @@ -42,8 +42,8 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v3 with: - username: ${{ vars.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} + username: ${{ vars.NEON_DOCKERHUB_USERNAME }} + password: ${{ secrets.NEON_DOCKERHUB_PASSWORD }} - name: Build and publish uses: docker/build-push-action@v6