diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 864720a..bbb8268 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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' \ No newline at end of file