This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
ironveil:
|
||||
image: ${{ secrets.GIT_HOST }}/${{ github.repository }}:latest
|
||||
image: git.cashew.network/${{ github.repository }}:latest
|
||||
container_name: ironveil
|
||||
volumes:
|
||||
- ./world:/server/world
|
||||
|
||||
Reference in New Issue
Block a user