We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc56b75 commit 8fac9d6Copy full SHA for 8fac9d6
.github/workflows/pre_release.yaml
@@ -76,6 +76,7 @@ jobs:
76
trigger_docker_build:
77
name: Trigger Docker image build
78
needs: [release_metadata, update_changelog]
79
+ runs-on: ubuntu-latest
80
steps:
81
- # Trigger building the Python Docker images in apify/apify-actor-docker repo
82
.github/workflows/release.yaml
@@ -110,6 +110,7 @@ jobs:
110
111
112
113
114
115
116
0 commit comments