Naming and url
Some checks failed
Build and deploy / deploy (push) Failing after 22s

This commit is contained in:
2024-10-12 01:16:24 +01:00
parent 7bc06e20a0
commit bf3c5f4c44

View File

@@ -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'