Skip to content

Commit

Permalink
ci: disable deploy to staging (#3661)
Browse files Browse the repository at this point in the history
  • Loading branch information
vandot authored Dec 16, 2022
1 parent 79ad772 commit c4e7ac6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/beekeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,14 +351,3 @@ jobs:
repository: ethersphere/bee-factory
event-type: build-images
client-payload: '{"tag": "latest"}'
- name: Set IMAGE_DIGEST variable
if: github.ref == 'refs/heads/master' && github.event.action != 'beekeeper' && success()
run: echo "IMAGE_DIGEST=$(docker inspect --format='{{index .RepoDigests 0}}' ethersphere/bee:latest | cut -d'@' -f 2 | tr -d '\n')" >> $GITHUB_ENV
- name: Trigger ArgoCD
if: github.ref == 'refs/heads/master' && github.event.action != 'beekeeper' && success()
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GHA_PAT_BASIC }}
repository: ethersphere/bee-argo
event-type: trigger-argo
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "digest": "${{ env.IMAGE_DIGEST }}"}'

0 comments on commit c4e7ac6

Please sign in to comment.