diff --git a/.github/workflows/push-registrar-image.yaml b/.github/workflows/push-registrar-image.yaml index 4a1c482..fb70221 100644 --- a/.github/workflows/push-registrar-image.yaml +++ b/.github/workflows/push-registrar-image.yaml @@ -1,4 +1,4 @@ -name: Build and Push Docker Images +name: Build and Push Registrar Image on: workflow_dispatch: @@ -6,16 +6,11 @@ on: branch: description: "Target branch from which the source dockerfile from image will be sourced" -# Added for testing purposes. Will remove once the PR is finalised - pull_request: - branches: - - '**' - schedule: - cron: "0 4 * * 1-5" # UTC Time jobs: - build-and-push-docker-image: + build-and-push-image: runs-on: ubuntu-latest steps: @@ -58,7 +53,6 @@ jobs: username: ${{secrets.edx_smtp_username}} password: ${{secrets.edx_smtp_password}} subject: Push Image to docker.io/edxops failed in registrar - # Currently using this email for testing purposes. Will change it once finalised - to: hunia.fatima@arbisoft.com + to: team-cosmonauts@edx.org from: github-actions body: Push Image to docker.io/edxops for registrar failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"