Update .gitea/workflows/build.yml
This commit is contained in:
@ -35,7 +35,9 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:latest
|
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)
|
- name: Build & Push (staging)
|
||||||
if: github.ref == 'refs/heads/staging'
|
if: github.ref == 'refs/heads/staging'
|
||||||
@ -44,4 +46,6 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:staging
|
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