Skip to content

Commit 6fd7a5b

Browse files
samoht9277xqft
authored andcommitted
ci(l1,l2): automatic workflow trigger to ethrex-apt repository. (#5022)
**Motivation** Adds a trigger to make the [lambdaclass/ethrex-apt](https://github.com/lambdaclass/ethrex-apt) repo trigger it's automatic release workflow procedure when a new release is made. **Description** Added a new job inside the `.github/workflows/tag_release.yaml` file that triggers the workflow in the APT repo that builds the `.deb` files for Debian/Ubuntu. This job is only triggered if all the previous steps finish properly.
1 parent 3af2b79 commit 6fd7a5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tag_latest.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,8 @@ jobs:
7171
docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
7272
docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.NEW_TAG }}-l2
7373
docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:l2
74+
75+
publish-apt:
76+
needs:
77+
- retag_docker_images
78+
uses: lambdaclass/ethrex-apt/.github/workflows/publish-apt.yml@main

0 commit comments

Comments
 (0)