Skip to content

Commit

Permalink
changed backend address
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Apr 7, 2024
1 parent 9d6d956 commit 141f359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
--label "org.opencontainers.image.description=Deposit payment example dockerized app" \
--label "org.opencontainers.image.licenses=MIT" \
-t ghcr.io/golemfactory/deposit_example:${{ steps.get_image_tag.outputs.result }} \
--build-arg BACKEND_URL=http://deposit.dev.golem.network:5174 \
--build-arg BACKEND_URL=http://deposit.dev.golem.network \
.
# push one image with two tags into repository
Expand Down

0 comments on commit 141f359

Please sign in to comment.