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