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