change git host
Build and Publish Docker Image / build (push) Failing after 30s

This commit is contained in:
zardzul
2026-02-13 10:53:05 +01:00
parent 3784a205a1
commit 67a4e4568d
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -19,7 +19,7 @@ jobs:
- name: Log in to Docker Registry
uses: docker/login-action@v3
with:
registry: ${{ secrets.GIT_HOST }}
registry: git.cashew.network
username: ${{ secrets.GIT_USERNAME }}
password: ${{ secrets.GIT_PASSWORD }}
@@ -27,7 +27,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ secrets.GIT_HOST }}/${{ github.repository }}
images: git.cashew.network/${{ github.repository }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
@@ -41,6 +41,6 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ secrets.GIT_HOST }}/${{ github.repository }}:buildcache
cache-to: type=registry,ref=${{ secrets.GIT_HOST }}/${{ github.repository }}:buildcache,mode=max
cache-from: type=registry,ref=git.cashew.network/${{ github.repository }}:buildcache
cache-to: type=registry,ref=git.cashew.network/${{ github.repository }}:buildcache,mode=max