From 6be9e862a8190d5f81dd81de5f1c4eee9164583a Mon Sep 17 00:00:00 2001 From: bagas Date: Wed, 3 Dec 2025 15:06:43 +0000 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 3dd9148..74314a3 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - linux - ${{ matrix.arch }} container: - image: node:20-bullseye + image: docker.gitea.com/runner-images:ubuntu-latest strategy: matrix: arch: [amd64, arm64] @@ -34,7 +34,7 @@ jobs: with: context: . push: true - tags: git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:${{ matrix.arch }} + tags: git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:latest platforms: linux/${{ matrix.arch }} - name: Build & Push (staging) @@ -43,5 +43,5 @@ jobs: with: context: . push: true - tags: git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:staging-${{ matrix.arch }} + tags: git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:staging platforms: linux/${{ matrix.arch }}