Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: update workflows to build version-tagged docker images upon ne…
…w release
  • Loading branch information
mars-lan committed May 30, 2020
1 parent 5cf27e7 commit 63943a1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 21 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-frontend.yml
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- master
release:
types: [published, edited]

jobs:
build:
Expand All @@ -15,4 +17,4 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: linkedin/datahub-frontend
tags: latest
tag_with_ref: true
4 changes: 3 additions & 1 deletion .github/workflows/docker-gms.yml
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- master
release:
types: [published, edited]

jobs:
build:
Expand All @@ -15,4 +17,4 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: linkedin/datahub-gms
tags: latest
tag_with_ref: true
4 changes: 3 additions & 1 deletion .github/workflows/docker-mae-consumer.yml
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- master
release:
types: [published, edited]

jobs:
build:
Expand All @@ -15,4 +17,4 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: linkedin/datahub-mae-consumer
tags: latest
tag_with_ref: true
4 changes: 3 additions & 1 deletion .github/workflows/docker-mce-consumer.yml
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- master
release:
types: [published, edited]

jobs:
build:
Expand All @@ -15,4 +17,4 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: linkedin/datahub-mce-consumer
tags: latest
tag_with_ref: true
17 changes: 0 additions & 17 deletions .github/workflows/docker-release.yml

This file was deleted.

0 comments on commit 63943a1

Please sign in to comment.