Skip to content

Commit

Permalink
Merge pull request #146 from aqden/update_docker_repo_0.10.3
Browse files Browse the repository at this point in the history
Update docker repo 0.10.3 (aqden dockerhub)
  • Loading branch information
aqden authored Mar 7, 2024
2 parents 1a1fac1 + a81709b commit f028baf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ingestion-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: ./.github/actions/docker-custom-build-and-push
with:
images: |
heruko/datahub-ingestion-base
aqden/datahub-ingestion-base
tags: latest
username: ${{ secrets.ACRYL_DOCKER_USERNAME }}
password: ${{ secrets.ACRYL_DOCKER_PASSWORD }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker-ingestion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: ./.github/actions/docker-custom-build-and-push
with:
images: |
heruko/datahub-ingestion
aqden/datahub-ingestion
tags: ${{ needs.setup.outputs.tag }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand All @@ -80,7 +80,7 @@ jobs:
uses: ./.github/actions/docker-custom-build-and-push
with:
images: |
heruko/datahub-ingestion-slim
aqden/datahub-ingestion-slim
tags: ${{ needs.setup.outputs.tag }}
username: ${{ secrets.ACRYL_DOCKER_USERNAME }}
password: ${{ secrets.ACRYL_DOCKER_PASSWORD }}
Expand All @@ -103,13 +103,13 @@ jobs:
- name: Download image
uses: ishworkh/docker-image-artifact-download@v1
with:
image: heruko/datahub-ingestion-slim:latest
image: aqden/datahub-ingestion-slim:latest
- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected]
env:
TRIVY_OFFLINE_SCAN: true
with:
image-ref: heruko/datahub-ingestion-slim:latest
image-ref: aqden/datahub-ingestion-slim:latest
format: "template"
template: "@/contrib/sarif.tpl"
output: "trivy-results.sarif"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-postgres-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: ./.github/actions/docker-custom-build-and-push
with:
images: |
heruko/datahub-postgres-setup
aqden/datahub-postgres-setup
tags: ${{ needs.setup.outputs.tag }}
username: ${{ secrets.ACRYL_DOCKER_USERNAME }}
password: ${{ secrets.ACRYL_DOCKER_PASSWORD }}
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/docker-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ concurrency:
cancel-in-progress: true

env:
DATAHUB_GMS_IMAGE: 'heruko/datahub-gms'
DATAHUB_FRONTEND_IMAGE: 'heruko/datahub-frontend-react'
DATAHUB_MAE_CONSUMER_IMAGE: 'heruko/datahub-mae-consumer'
DATAHUB_MCE_CONSUMER_IMAGE: 'heruko/datahub-mce-consumer'
DATAHUB_KAFKA_SETUP_IMAGE: 'heruko/datahub-kafka-setup'
DATAHUB_ELASTIC_SETUP_IMAGE: 'heruko/datahub-elasticsearch-setup'
DATAHUB_MYSQL_SETUP_IMAGE: 'heruko/datahub-mysql-setup'
DATAHUB_UPGRADE_IMAGE: 'heruko/datahub-upgrade'
INGEST_API_IMAGE: 'heruko/ingest-api'
DATAHUB_GMS_IMAGE: 'aqden/datahub-gms'
DATAHUB_FRONTEND_IMAGE: 'aqden/datahub-frontend-react'
DATAHUB_MAE_CONSUMER_IMAGE: 'aqden/datahub-mae-consumer'
DATAHUB_MCE_CONSUMER_IMAGE: 'aqden/datahub-mce-consumer'
DATAHUB_KAFKA_SETUP_IMAGE: 'aqden/datahub-kafka-setup'
DATAHUB_ELASTIC_SETUP_IMAGE: 'aqden/datahub-elasticsearch-setup'
DATAHUB_MYSQL_SETUP_IMAGE: 'aqden/datahub-mysql-setup'
DATAHUB_UPGRADE_IMAGE: 'aqden/datahub-upgrade'
INGEST_API_IMAGE: 'aqden/ingest-api'

jobs:
setup:
Expand Down

0 comments on commit f028baf

Please sign in to comment.