Skip to content

Commit

Permalink
Doing master-ci workflow in the right way (#1068)
Browse files Browse the repository at this point in the history
* Right DOCKER_REPO

* Run master-ci only for releases
  • Loading branch information
koropets authored Nov 3, 2020
1 parent c9fda4b commit 89a90e3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/master-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,14 @@ name: MasterCI
on:
release:
types: [published, prereleased, edited]
push:
branches:
- master
tags:
- "*"

jobs:
push-images:
runs-on: ubuntu-latest
env:
GORDO_PROD_MODE: true
DOCKER_REGISTRY: auroraprodacr.azurecr.io
DOCKER_REPO: equinor
DOCKER_REPO: gordo
steps:
- uses: actions/checkout@v1

Expand Down

0 comments on commit 89a90e3

Please sign in to comment.