Skip to content

Commit

Permalink
sg
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowplum committed Nov 21, 2024
1 parent 2ed0ea6 commit e565b4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
inputs:
version:
description: 'Version to build and deploy'
required: false
required: true

env:
REPO: 'artifact.aerospike.io/ecosystem-container-dev-local'
Expand Down Expand Up @@ -53,8 +53,7 @@ jobs:
run: |
jf docker login aerospike.jfrog.io --username ${{ secrets.JFROG_USERNAME }} --password ${{ secrets.JFROG_ACCESS_TOKEN }}
# just to make sure the image is pullable
jf docker pull aerospike.jfrog.io/container/aerospike-server-enterprise:8.0.0.0-alpha4
docker pull aerospike.jfrog.io/ecosystem-container-dev-local/asvec:latest
env:
JFROG_CLI_OFFER_CONFIG: 'false'

Expand Down

0 comments on commit e565b4a

Please sign in to comment.