Update .gitea/workflows/build.yml
This commit is contained in:
@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user