Skip to content

Commit

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Build and push image
uses: docker/build-push-action@v5
with:
file: frontend/Dockerfile
file: indexer/Dockerfile-indexer
push: true
tags: ${{ needs.prepair.outputs.image_name }}

Expand Down

0 comments on commit 4d8b854

Please sign in to comment.