This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
name: Login to private registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: '${{ variables.SERVER_URL }}/${{ gitea.repository }}'
|
||||
registry: 'https://gitea.home.joemonk.co.uk/${{ github.repository }}'
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
-
|
||||
@@ -32,4 +32,4 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
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