Skip to content

Commit

Permalink
change default
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-alt-lulz committed Jan 30, 2024
1 parent 95d1298 commit f0ed3ae
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/load_simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,9 @@ jobs:
- name: Login to Docker Registry
run: docker login -u zeusfyi -p ${{ secrets.DOCKER_ACCESS_TOKEN }}

- name: Clone external repos into workspace
run: |
mkdir -p apps/external
cd apps/external
git clone https://github.com/zeus-fyi/web3.git --branch master --single-branch
- name: Build And Publish Zeusfyi Load Simulator
run: |
sed -i '/\.\/apps\/external\/web3/d' go.work
depot build \
-t ${{ env.REPO }}/${{ env.NAME }}:${{ env.TAG}} \
--platform=${{ env.GOOS }}/${{ env.GOARCH }} \
Expand Down

0 comments on commit f0ed3ae

Please sign in to comment.