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