Skip to content

Commit

Permalink
project ecosystem everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowplum committed Nov 27, 2024
1 parent 1351400 commit 510d526
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ on:
env:
REPO: 'artifact.aerospike.io/ecosystem-container-dev-local'
JFROG_CLI_BUILD_NAME: 'asvec'
JFROG_CLI_LOG_LEVEL: DEBUG
JFROG_CLI_BUILD_PROJECT: 'ecosystem'


jobs:
build-and-push:
Expand Down Expand Up @@ -102,6 +105,7 @@ jobs:
jf docker buildx bake \
--set asvec.tags.0=asvec:test-${{ github.run_id }} \
--file docker/asvec.docker/bake.hcl \
--project ecosystem
env:
DOCKER_BUILDKIT: '1'
Expand All @@ -114,6 +118,8 @@ jobs:
--file docker/asvec.docker/bake.hcl \
--push \
--metadata-file=build-metadata
--project ecosystem \
env:
DOCKER_BUILDKIT: '1'

Expand Down

0 comments on commit 510d526

Please sign in to comment.