Skip to content

Commit

Permalink
change job name
Browse files Browse the repository at this point in the history
  • Loading branch information
jakim929 committed Nov 28, 2023
1 parent 376dece commit 73848f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-and-upload-all-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ on:
- main

jobs:
build-and-upload-skandha:
skandha:
uses: ./.github/workflows/build-and-upload-bundler-service.yaml
secrets: inherit
with:
bundler-name: skandha
build-and-upload-transeptor-bundler:
transeptor-bundler:
uses: ./.github/workflows/build-and-upload-bundler-service.yaml
secrets: inherit
with:
bundler-name: transeptor-bundler
build-and-upload:
name: Build and publish images
local-services:
name: Build and publish images for bundler-reverse-proxy and anvil-setup
runs-on: ubuntu-latest
environment: dockerhub
steps:
Expand Down Expand Up @@ -50,7 +50,6 @@ jobs:
${{ secrets.DOCKER_HUB_ACCESS_TOKEN_USERNAME }}/aa-playground:anvil-setup-${{ github.sha }}
${{ secrets.DOCKER_HUB_ACCESS_TOKEN_USERNAME }}/aa-playground:anvil-setup-latest
- name: Build and push bundler-reverse-proxy
uses: docker/build-push-action@v4
with:
Expand Down
6 changes: 4 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
timeout: 2s

anvil-setup:
image: aa-playground/anvil-setup-latest
build:
context: .
dockerfile: Dockerfile
Expand All @@ -30,6 +31,7 @@ services:
restart: "no"

bundler-reverse-proxy-nginx:
image: jakim929/aa-playground/bundler-reverse-proxy-latest
build:
context: .
dockerfile: Dockerfile
Expand All @@ -48,7 +50,7 @@ services:
condition: service_healthy

skandha-bundler:
image: etherspot/skandha:latest
image: jakim929/aa-playground:skandha-latest
container_name: skandha-bundler
entrypoint: ["sh", "-c", "echo '{\"networks\":{\"dev\":{\"entryPoints\":[\"$ENTRYPOINT_CONTRACT_ADDRESS\"],\"relayer\":\"$BUNDLER_EOA_PRIVATE_KEY\",\"beneficiary\":\"$BUNDLER_EOA_ADDRESS\",\"rpcEndpoint\":\"http://anvil:8545\",\"minInclusionDenominator\":10,\"throttlingSlack\":10,\"banSlack\":10}}}' > /usr/app/config.json && node ./packages/cli/bin/skandha standalone"]
healthcheck:
Expand Down Expand Up @@ -81,7 +83,7 @@ services:
condition: service_completed_successfully

transeptor-bundler:
image: transeptorlabs/bundler:latest
image: jakim929/aa-playground:transeptor-bundler-latest
container_name: transeptor-bundler
environment:
- MNEMONIC=$BUNDLER_EOA_MNEMONIC
Expand Down

0 comments on commit 73848f0

Please sign in to comment.