From 19eacd19183ebb3ce4ecd42c33768ea0f5e10305 Mon Sep 17 00:00:00 2001 From: K Date: Wed, 14 Aug 2024 13:30:59 +0200 Subject: [PATCH] git.pretecno.com registry --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3a6449c..2b95642 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ on: push: env: - IMAGE_TAG: kenayagi/php-fpm-ext:${{ github.ref_name }} + IMAGE_TAG: git.pretecno.com/pretecno/php-fpm-ext:${{ github.ref_name }} jobs: docker: @@ -17,8 +17,9 @@ jobs: - name: login to the docker hub uses: docker/login-action@v2 with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} + registry: git.pretecno.com + username: ${{ secrets.PRETECNOREGISTRY_USERNAME }} + password: ${{ secrets.PRETECNOREGISTRY_PASSWORD }} - name: build and push docker image uses: docker/build-push-action@v4 env: