From b366b9ad72531666211c07a0a0269865844d7e6c Mon Sep 17 00:00:00 2001 From: bagas Date: Wed, 3 Dec 2025 15:28:10 +0000 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 74314a3..fd72b48 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -35,7 +35,9 @@ jobs: context: . push: true tags: git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:latest - platforms: linux/${{ matrix.arch }} + manifests: | + git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:amd64 + git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:arm64 - name: Build & Push (staging) if: github.ref == 'refs/heads/staging' @@ -44,4 +46,6 @@ jobs: context: . push: true tags: git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:staging - platforms: linux/${{ matrix.arch }} + manifests: | + git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:amd64 + git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:arm64