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 - name: Log in to Docker Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ secrets.GIT_HOST }} registry: git.cashew.network
username: ${{ secrets.GIT_USERNAME }} username: ${{ secrets.GIT_USERNAME }}
password: ${{ secrets.GIT_PASSWORD }} password: ${{ secrets.GIT_PASSWORD }}
@@ -27,7 +27,7 @@ jobs:
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: with:
images: ${{ secrets.GIT_HOST }}/${{ github.repository }} images: git.cashew.network/${{ github.repository }}
tags: | tags: |
type=semver,pattern={{version}} type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}}.{{minor}}
@@ -41,6 +41,6 @@ jobs:
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ secrets.GIT_HOST }}/${{ github.repository }}:buildcache cache-from: type=registry,ref=git.cashew.network/${{ github.repository }}:buildcache
cache-to: type=registry,ref=${{ secrets.GIT_HOST }}/${{ github.repository }}:buildcache,mode=max cache-to: type=registry,ref=git.cashew.network/${{ github.repository }}:buildcache,mode=max
+1 -1
View File
@@ -1,6 +1,6 @@
services: services:
ironveil: ironveil:
image: ${{ secrets.GIT_HOST }}/${{ github.repository }}:latest image: git.cashew.network/${{ github.repository }}:latest
container_name: ironveil container_name: ironveil
volumes: volumes:
- ./world:/server/world - ./world:/server/world