git.pretecno.com registry
This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_TAG: kenayagi/php-fpm-ext:${{ github.ref_name }}
|
IMAGE_TAG: git.pretecno.com/pretecno/php-fpm-ext:${{ github.ref_name }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
@@ -17,8 +17,9 @@ jobs:
|
|||||||
- name: login to the docker hub
|
- name: login to the docker hub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
registry: git.pretecno.com
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
username: ${{ secrets.PRETECNOREGISTRY_USERNAME }}
|
||||||
|
password: ${{ secrets.PRETECNOREGISTRY_PASSWORD }}
|
||||||
- name: build and push docker image
|
- name: build and push docker image
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user