Skip to content

Commit

Permalink
Fix github actions (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Annanay <annanayagarwal@gmail.com>
  • Loading branch information
annanay25 authored Feb 14, 2020
1 parent 48b1517 commit f1267ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/dockerimage.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/jaeger-dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build .
run: docker build . -t build
- name: Push the Docker image
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
run: |
Expand Down

0 comments on commit f1267ac

Please sign in to comment.