Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowplum committed Nov 27, 2024
1 parent 510d526 commit 72a7308
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ env:
JFROG_CLI_BUILD_NAME: 'asvec'
JFROG_CLI_LOG_LEVEL: DEBUG
JFROG_CLI_BUILD_PROJECT: 'ecosystem'


jobs:
build-and-push:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -105,7 +103,6 @@ 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 @@ -118,8 +115,7 @@ jobs:
--file docker/asvec.docker/bake.hcl \
--push \
--metadata-file=build-metadata
--project ecosystem \
env:
DOCKER_BUILDKIT: '1'

Expand Down

0 comments on commit 72a7308

Please sign in to comment.