From 62d57a3f7fca83e06a621eeaebaeff3688c1f7d6 Mon Sep 17 00:00:00 2001 From: oonyeje Date: Sat, 1 Mar 2025 19:06:25 -0500 Subject: [PATCH] - fix format --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 75beaba..3a55246 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -31,7 +31,7 @@ jobs: context: . file: ./Dockerfile # Ensure your Dockerfile is correctly referenced from your compose file. push: true - tags: ${{ gitea.server_url }}/${{ gitea.repository }}:${{ gitea.sha }} + tags: gitea.bsidesolutions.net/${{ gitea.repository }}:${{ gitea.sha }} build-args: | SMTP_PROXY_EMAIL=${{secrets.SMTP_PROXY_EMAIL}} SMTP_RECIPIENT_EMAIL=${{secrets.SMTP_RECIPIENT_EMAIL}}