Update .gitea/workflows/build.yml
All checks were successful
Docker Build and Push / build-and-push (amd64) (push) Successful in 1m46s
Docker Build and Push / build-and-push (arm64) (push) Successful in 3m35s

This commit is contained in:
2025-12-03 15:06:43 +00:00
parent 78ce210c7d
commit 6be9e862a8

View File

@ -12,7 +12,7 @@ jobs:
- linux - linux
- ${{ matrix.arch }} - ${{ matrix.arch }}
container: container:
image: node:20-bullseye image: docker.gitea.com/runner-images:ubuntu-latest
strategy: strategy:
matrix: matrix:
arch: [amd64, arm64] arch: [amd64, arm64]
@ -34,7 +34,7 @@ jobs:
with: with:
context: . context: .
push: true 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 }} platforms: linux/${{ matrix.arch }}
- name: Build & Push (staging) - name: Build & Push (staging)
@ -43,5 +43,5 @@ jobs:
with: with:
context: . context: .
push: true 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 }} platforms: linux/${{ matrix.arch }}