Skip to content

Commit

Permalink
Branch changed to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Apr 6, 2024
1 parent b6063f9 commit 12211b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# push one image with two tags into repository
docker push --all-tags ghcr.io/golemfactory/deposit_example
- name: Notify Staging
- name: Notify Develop Branch
continue-on-error: true
if: ${{ steps.get_image_tag.outputs.result == 'staging' }}
if: ${{ steps.get_image_tag.outputs.result == 'develop' }}
run: curl http://deposit.dev.golem.network:5000/release/pull

0 comments on commit 12211b8

Please sign in to comment.