Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jul 4, 2024
1 parent c6a4a5d commit 298c871
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,12 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
<<<<<<< Updated upstream
file: Dockerfile
build-args: PACKAGE=${{matrix.docker.package}}
=======
file: ${{ matrix.docker.context }}/Dockerfile
>>>>>>> Stashed changes
push: ${{ github.ref == 'refs/heads/master' }}
tags: ${{ env.REGISTRY_URL }}/anoma/namada-masp-indexer:${{ matrix.docker.image }}-master
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 298c871

Please sign in to comment.