From 4d0268e40409dc1d78e8dc9327d42e783981a710 Mon Sep 17 00:00:00 2001 From: Salam-vsem Date: Mon, 19 May 2025 16:00:06 +0300 Subject: [PATCH] fix --- .gitea/workflows/deploy.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 554383d..fef1b83 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,7 +8,6 @@ on: jobs: build-and-deploy: env: - DOCKER_ORG: mibu-studio DOCKER_LATEST: latest runs-on: ubuntu-latest steps: @@ -40,13 +39,10 @@ jobs: context: . file: ./Dockerfile target: basic - platforms: | - linux/amd64 - linux/arm64 push: true tags: | - ${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }} - ${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }} + ${{ vars.DOCKER_REGISTRY }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }} + ${{ vars.DOCKER_REGISTRY }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }} - name: Trigger Dokploy Deployment run: |