Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Apr 6, 2024
1 parent 3c793bc commit d9f2a2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d9f2a2a

Please sign in to comment.