Skip to content

Commit

Permalink
build: vec-282 use full image paths in docker build action
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Aug 7, 2024
1 parent 72f84c9 commit aa540cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/upload-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: .internal/Dockerfile-quote-search-preview
file: ./.internal/Dockerfile-quote-search-preview
platforms: linux/amd64,linux/arm64
push: true
tags: aerospike/quote-search-example:preview
Expand All @@ -67,8 +67,8 @@ jobs:
- name: Build and push quote search Docker image
uses: docker/build-push-action@v6
with:
context: quote-semantic-search
file: Dockerfile-quote-search
context: ./quote-semantic-search
file: ./quote-semantic-search/Dockerfile-quote-search
platforms: linux/amd64,linux/arm64
push: true
tags: |
Expand All @@ -92,8 +92,8 @@ jobs:
- name: Build and push prism search Docker image
uses: docker/build-push-action@v6
with:
context: prism-image-search
file: Dockerfile-prism
context: ./prism-image-search
file: ./prism-image-search/Dockerfile-prism
platforms: linux/amd64,linux/arm64
push: true
tags: |
Expand Down

0 comments on commit aa540cc

Please sign in to comment.