Skip to content

Commit c195f60

Browse files
authored
feat(infra): Publish Superset docker image on pushes to main (#173)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Enhanced release management by restricting Docker image publishing and artifact attestation to the main branch only, ensuring controlled and stable deployment processes. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 8ecf438 commit c195f60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-superset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
REGISTRY: ghcr.io
2121
ORG_NAME: isisneutronmuon
2222
IMAGE_NAME: analytics-data-platform-superset
23-
PUBLISH: false
23+
PUBLISH: ${{ github.ref == 'refs/heads/main' }}
2424

2525
jobs:
2626
build-and-push-image:

0 commit comments

Comments
 (0)