Skip to content

Commit fa7bb9d

Browse files
authored
ci: Do not build a Docker image with prerelease SDK versions (#359)
1 parent 5fd5c34 commit fa7bb9d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/pre_release.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,3 @@ jobs:
7373
# Publishes the package to PyPI using PyPA official GitHub action with OIDC authentication.
7474
- name: Publish package to PyPI
7575
uses: pypa/gh-action-pypi-publish@release/v1
76-
77-
trigger_docker_build:
78-
name: Trigger Docker image build
79-
needs: [release_metadata, update_changelog]
80-
runs-on: ubuntu-latest
81-
steps:
82-
- # Trigger building the Python Docker images in apify/apify-actor-docker repo
83-
name: Trigger Docker image build
84-
run: |
85-
gh api -X POST "/repos/apify/apify-actor-docker/dispatches" \
86-
-F event_type=build-python-images \
87-
-F client_payload[release_tag]=beta \
88-
-F client_payload[apify_version]=${{ needs.release_metadata.outputs.version_number }}
89-
env:
90-
GH_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)