-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(datahub-ingestion): refactor datahub ingestion slim images (#8515)
- Loading branch information
1 parent
7a8bd3d
commit c8f08f9
Showing
33 changed files
with
500 additions
and
301 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: 800 | ||
- name: Build and Push image | ||
uses: ./.github/actions/docker-custom-build-and-push | ||
with: | ||
images: | | ||
acryldata/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.