mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-06 07:34:37 +00:00
Update docker-release.yml
This commit is contained in:
parent
28c9b2b53d
commit
875e3f078b
11
.github/workflows/docker-release.yml
vendored
11
.github/workflows/docker-release.yml
vendored
@ -1,17 +1,18 @@
|
|||||||
name: release-tagged docker images
|
name: release-tagged docker images
|
||||||
on:
|
on:
|
||||||
release:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- uses: docker/build-push-action@v1
|
- uses: docker/build-push-action@v1
|
||||||
with:
|
with:
|
||||||
dockerfile: ./docker/gms/Dockerfile
|
dockerfile: ./docker/mce-consumer/Dockerfile
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
repository: linkedin/datahub-gms
|
repository: linkedin/datahub-mce-consumer
|
||||||
tags: ${{ github.ref }}
|
tags: latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user