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 }}