diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dcc041..f01233c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,3 +33,8 @@ jobs: # push one image with two tags into repository docker push --all-tags ghcr.io/golemfactory/deposit_example + + - name: Notify Develop Server + continue-on-error: true + if: ${{ steps.get_image_tag.outputs.result == 'develop' }} + run: curl http://deposit.dev.golem.network.:5000/release/pull