diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 6ef1b3c..2284dbe 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -37,6 +37,7 @@ jobs: with: context: ./StableV2 file: StableV2/Dockerfile + platforms: linux/amd64 pull: false push: true no-cache: true @@ -77,6 +78,7 @@ jobs: with: context: ./Experimental file: Experimental/Dockerfile + platforms: linux/amd64 pull: false push: true no-cache: true