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