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

This commit is contained in:
2025-12-03 15:28:10 +00:00
parent 6be9e862a8
commit b366b9ad72

View File

@ -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