Skip to content

Commit

Permalink
Merge pull request #222 from valory-xyz/fix/workflow
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
Adamantios authored Feb 20, 2024
2 parents 2bf26b2 + f8a7129 commit b2d78f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
echo "Pushing $DOCKER_USER/oar-$AGENT:$DEFAULT_IMAGE_TAG"
docker push $DOCKER_USER/oar-$AGENT:$VERSION
docker push $DOCKER_USER/oar-$AGENT:$DEFAULT_IMAGE_TAG
2
deploy-service-on-propel:
name: Deploy service on propel
environment: ${{ github.event.action == 'released' && 'production' || 'staging' }}
Expand Down
1 change: 1 addition & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ ed30ffbaaf3c10476dc642d388985c250afaeb8d:packages/valory/skills/market_manager_a
ed30ffbaaf3c10476dc642d388985c250afaeb8d:packages/valory/skills/market_manager_abci/graph_tooling/requests.py:generic-api-key:222
d004f2345bf31b27c343eb52c1bc5a2698e838d6:packages/valory/skills/market_manager_abci/graph_tooling/requests.py:generic-api-key:221
b2c15c1a44ba680dd747a6fbdda9f2e9aced39eb:packages/valory/contracts/service_staking_token/contract.yaml:generic-api-key:10
fc7d0697d1543849b07750430843e6b01426cc7a:packages/valory/services/trader_omen_gnosis/service.yaml:generic-api-key:64

0 comments on commit b2d78f6

Please sign in to comment.