Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DDmitriy248 committed Jan 22, 2024
1 parent 4d8b854 commit e129ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-explorer-to-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Build and push image
uses: docker/build-push-action@v5
with:
context: indexer
file: indexer/Dockerfile-explorer
push: true
tags: ${{ needs.prepair.outputs.image_name }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-indexer-to-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Build and push image
uses: docker/build-push-action@v5
with:
context: indexer
file: indexer/Dockerfile-indexer
push: true
tags: ${{ needs.prepair.outputs.image_name }}
Expand Down

0 comments on commit e129ae5

Please sign in to comment.