Skip to content

Commit

Permalink
Merge pull request #281 from acryldata/david-leifker-patch-2
Browse files Browse the repository at this point in the history
acryldata/datahub - Disable docker publishing from private repo
  • Loading branch information
david-leifker authored Mar 26, 2024
2 parents 2b4a952 + da8d611 commit ab81129
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions .github/workflows/docker-unified.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Docker Build, Scan, Test
on:
push:
branches:
- master
pull_request:
branches:
- "**"
release:
types: [published]
#### IMPORTANT ####
#### THIS IS A CHANGE TO PREVENT OSS QUICKSTART INSTABILITY, DO NOT OVERWRITE THIS CHANGE IN MERGES ####
#### IMPORTANT ####
on: workflow_dispatch
#### IMPORTANT ####
#### END CHANGES ####
#### IMPORTANT ####

concurrency:
# Using `github.run_id` (unique val) instead of `github.ref` here
Expand All @@ -17,17 +15,17 @@ concurrency:
cancel-in-progress: true

env:
DATAHUB_GMS_IMAGE: "acryldata/datahub-gms"
DATAHUB_FRONTEND_IMAGE: "acryldata/datahub-frontend-react"
DATAHUB_MAE_CONSUMER_IMAGE: "acryldata/datahub-mae-consumer"
DATAHUB_MCE_CONSUMER_IMAGE: "acryldata/datahub-mce-consumer"
DATAHUB_KAFKA_SETUP_IMAGE: "acryldata/datahub-kafka-setup"
DATAHUB_ELASTIC_SETUP_IMAGE: "acryldata/datahub-elasticsearch-setup"
DATAHUB_INGESTION_BASE_IMAGE: "acryldata/datahub-ingestion-base"
DATAHUB_INGESTION_IMAGE: "acryldata/datahub-ingestion"
#### IMPORTANT ####
#### THIS IS A CHANGE TO PREVENT OSS QUICKSTART INSTABILITY, DO NOT OVERWRITE THIS CHANGE IN MERGES ####
#### IMPORTANT ####
DATAHUB_GMS_IMAGE: "acryldata/acryl-datahub-gms"
DATAHUB_FRONTEND_IMAGE: "acryldata/acryl-datahub-frontend-react"
DATAHUB_MAE_CONSUMER_IMAGE: "acryldata/acryl-datahub-mae-consumer"
DATAHUB_MCE_CONSUMER_IMAGE: "acryldata/acryl-datahub-mce-consumer"
DATAHUB_KAFKA_SETUP_IMAGE: "acryldata/acryl-datahub-kafka-setup"
DATAHUB_ELASTIC_SETUP_IMAGE: "acryldata/acryl-datahub-elasticsearch-setup"
DATAHUB_INGESTION_BASE_IMAGE: "acryldata/acryl-datahub-ingestion-base"
DATAHUB_INGESTION_IMAGE: "acryldata/acryl-datahub-ingestion"
DATAHUB_MYSQL_SETUP_IMAGE: "acryldata/acryl-datahub-mysql-setup"
DATAHUB_UPGRADE_IMAGE: "acryldata/acryl-datahub-upgrade"
#### IMPORTANT ####
Expand Down

0 comments on commit ab81129

Please sign in to comment.