Skip to content

Commit

Permalink
Authenticate with JFrog
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jul 11, 2024
1 parent f38fe70 commit 3288e0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Run Aerospike server
run: docker run -d --name aerospike-server -p 3000:3000 aerospike/aerospike-server

- run: docker login aerospike.jfrog.io --username ${{ secrets.JFROG_USERNAME }} --password ${{ secrets.JFROG_DOCKER_TOKEN }}

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

Expand Down

0 comments on commit 3288e0a

Please sign in to comment.