Update .gitea/workflows/build.yml
This commit is contained in:
@ -35,7 +35,9 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
tags: git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:latest
|
||||
platforms: linux/${{ matrix.arch }}
|
||||
manifests: |
|
||||
git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:amd64
|
||||
git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:arm64
|
||||
|
||||
- name: Build & Push (staging)
|
||||
if: github.ref == 'refs/heads/staging'
|
||||
@ -44,4 +46,6 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
tags: git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:staging
|
||||
platforms: linux/${{ matrix.arch }}
|
||||
manifests: |
|
||||
git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:amd64
|
||||
git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:arm64
|
||||
|
||||
Reference in New Issue
Block a user