Skip to content

Commit

Permalink
feat: remove old docker CI (#2831)
Browse files Browse the repository at this point in the history
Replaced by apify/apify-actor-docker#149 once
merged

Bye bye old CI, welcome centralized CI in its rightful spot
  • Loading branch information
vladfrangu authored Feb 5, 2025
1 parent 5e6b111 commit 7f09d56
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 436 deletions.
68 changes: 0 additions & 68 deletions .github/workflows/docker-images.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ jobs:
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
repository: apify/crawlee
event-type: crawlee-docker-image-bump
repository: apify/apify-actor-docker
event-type: build-node-images

version-docs:
needs: release
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,10 @@ jobs:
if: steps.changed-packages.outputs.changed_packages != '0'
with:
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
repository: apify/crawlee
event-type: crawlee-docker-image-bump
repository: apify/apify-actor-docker
event-type: build-node-images
client-payload: >
{
"crawlee_version": "${{ steps.versions.outputs.crawlee }}"
"crawlee_version": "${{ steps.versions.outputs.crawlee }}",
"release_tag": "beta"
}
115 changes: 0 additions & 115 deletions scripts/actions/docker-images/api.ts

This file was deleted.

Binary file removed scripts/actions/docker-images/bun.lockb
Binary file not shown.
Loading

0 comments on commit 7f09d56

Please sign in to comment.