forked from datahub-project/datahub
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from neojunjie/refactor_ingestion
feat(datahub-ingestion): refactor datahub ingestion slim images (datahub-project#8515)
- Loading branch information
Showing
34 changed files
with
637 additions
and
406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +0,0 @@ | ||
name: ingestion base | ||
on: | ||
release: | ||
types: [published] | ||
push: | ||
branches: | ||
- master | ||
paths: | ||
- ".github/workflows/docker-ingestion-base.yml" | ||
- "docker/datahub-ingestion-base/**" | ||
- "gradle*" | ||
pull_request: | ||
branches: | ||
- master | ||
paths: | ||
- ".github/workflows/docker-ingestion-base.yml" | ||
- "docker/datahub-ingestion-base/**" | ||
- "gradle*" | ||
workflow_dispatch: | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
build-base: | ||
name: Build and Push Docker Image to Docker Hub | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
- name: Build and Push image | ||
uses: ./.github/actions/docker-custom-build-and-push | ||
with: | ||
images: | | ||
heruko/datahub-ingestion-base | ||
tags: latest | ||
username: ${{ secrets.ACRYL_DOCKER_USERNAME }} | ||
password: ${{ secrets.ACRYL_DOCKER_PASSWORD }} | ||
publish: ${{ github.ref == 'refs/heads/master' }} | ||
context: . | ||
file: ./docker/datahub-ingestion-base/Dockerfile | ||
platforms: linux/amd64,linux/arm64/v8 | ||
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.