This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
name: Login to private registry
|
name: Login to private registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: '${{ variables.SERVER_URL }}/${{ gitea.repository }}'
|
registry: 'https://gitea.home.joemonk.co.uk/${{ github.repository }}'
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
-
|
-
|
||||||
@@ -32,4 +32,4 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: '${{ variables.SERVER_URL }}/${{ gitea.repository }}:latest'
|
tags: 'https://gitea.home.joemonk.co.uk/${{ gitea.repository }}:latest'
|
||||||
Reference in New Issue
Block a user