Update .gitea/workflows/build.yml
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 6m51s

This commit is contained in:
2026-01-01 06:37:47 +00:00
parent dcf4f4d3a6
commit 05f442fea1

View File

@@ -52,7 +52,7 @@ jobs:
context: .
push: true
tags: |
git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please_frontend:latest
git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnel-please-frontend:latest
platforms: linux/amd64,linux/arm64
if: github.ref == 'refs/heads/main'
@@ -62,6 +62,6 @@ jobs:
context: .
push: true
tags: |
git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please_frontend:staging
git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnel-please-frontend:staging
platforms: linux/amd64,linux/arm64
if: github.ref == 'refs/heads/staging'