Skip to content

Commit

Permalink
Seperates prerequisite steps from citus install
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Sep 24, 2021
1 parent 5456f8b commit 223a74c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish_docker_images_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,4 @@ jobs:
run: docker login -u "${DOCKERHUB_USER_NAME}" -p "${DOCKERHUB_PASSWORD}"

- name: Build and publish docker images
run: |
python -m tools.packaging_automation.publish_docker \
--github_ref "${GITHUB_REF}" \
--pipeline_trigger_type "${GITHUB_EVENT_NAME}" \
--image_type "${{ matrix.image_type }}"
run: docker build -t citusdata/citus:pg13 .

0 comments on commit 223a74c

Please sign in to comment.