Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Sep 25, 2024
1 parent 91ed5fd commit ebcfd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
registry: ${{ secrets.QE_DOCKER_REGISTRY_URL }}
username: ${{ secrets.QE_DOCKER_REGISTRY_USERNAME }}
password: ${{ secrets.QE_DOCKER_REGISTRY_PASSWORD }}
- run: docker pull ${{ secrets.QE_DOCKER_REGISTRY_URL }}/aerospike/aerospike-server-enterprise:x86-mrt2
- run: docker run --name aerospike -d -p 3000:3000 ${{ secrets.QE_DOCKER_REGISTRY_URL }}/aerospike/aerospike-server-enterprise:x86-mrt2

# Maps don't exist in Github Actions, so we have to store the map using a script and fetch it in a job
# This uses up more billing minutes (rounded up to 1 minute for each job run),
Expand Down

0 comments on commit ebcfd3c

Please sign in to comment.