From 89a90e36149867ac7eb6f91659657735f09f01f4 Mon Sep 17 00:00:00 2001 From: Serhii Koropets <33310880+koropets@users.noreply.github.com> Date: Tue, 3 Nov 2020 12:38:57 +0200 Subject: [PATCH] Doing master-ci workflow in the right way (#1068) * Right DOCKER_REPO * Run master-ci only for releases --- .github/workflows/master-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/master-ci.yml b/.github/workflows/master-ci.yml index 59a0e48b7..d19c39e4b 100644 --- a/.github/workflows/master-ci.yml +++ b/.github/workflows/master-ci.yml @@ -5,11 +5,6 @@ name: MasterCI on: release: types: [published, prereleased, edited] - push: - branches: - - master - tags: - - "*" jobs: push-images: @@ -17,7 +12,7 @@ jobs: env: GORDO_PROD_MODE: true DOCKER_REGISTRY: auroraprodacr.azurecr.io - DOCKER_REPO: equinor + DOCKER_REPO: gordo steps: - uses: actions/checkout@v1