Skip to content

Commit

Permalink
ci: Do not build a Docker image with prerelease SDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar committed Dec 16, 2024
1 parent 5fd5c34 commit 49a96fd
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/pre_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,3 @@ jobs:
# Publishes the package to PyPI using PyPA official GitHub action with OIDC authentication.
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

trigger_docker_build:
name: Trigger Docker image build
needs: [release_metadata, update_changelog]
runs-on: ubuntu-latest
steps:
- # Trigger building the Python Docker images in apify/apify-actor-docker repo
name: Trigger Docker image build
run: |
gh api -X POST "/repos/apify/apify-actor-docker/dispatches" \
-F event_type=build-python-images \
-F client_payload[release_tag]=beta \
-F client_payload[apify_version]=${{ needs.release_metadata.outputs.version_number }}
env:
GH_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}

0 comments on commit 49a96fd

Please sign in to comment.