Skip to content

Commit

Permalink
Push docker image to apache repo
Browse files Browse the repository at this point in the history
Fix #913
  • Loading branch information
kartiktayal committed Jul 25, 2023
1 parent c18ef05 commit 1127302
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
tags: eventmesh/eventmesh:latest
file: ./docker/Dockerfile
context: ./
tags: |
eventmesh/eventmesh:latest
apache/eventmesh:latest

0 comments on commit 1127302

Please sign in to comment.