Skip to content

Commit

Permalink
Remove invalid tag
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jul 10, 2024
1 parent c584ece commit d812667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: docker run -d --name aerospike-server -p 3000:3000 aerospike/aerospike-server

- name: Run Aerospike Proxy
run: docker run -d --name aerospike-proxy-4000 -p 4000:4000 aerospike.jfrog.io/docker/aerospike/aerospike-proxy-private:<tag>
run: docker run -d --name aerospike-proxy-4000 -p 4000:4000 aerospike.jfrog.io/docker/aerospike/aerospike-proxy-private

- name: Run tests
run: mvn test -Dtest=com.aerospike.proxy.tests.ProxyTests
Expand Down

0 comments on commit d812667

Please sign in to comment.