Skip to content

Commit f1267ac

Browse files
authored
Fix github actions (#10)
Signed-off-by: Annanay <annanayagarwal@gmail.com>
1 parent 48b1517 commit f1267ac

File tree

2 files changed

+1
-43
lines changed

2 files changed

+1
-43
lines changed

.github/workflows/dockerimage.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/jaeger-dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v1
1919
- name: Build the Docker image
20-
run: docker build .
20+
run: docker build . -t build
2121
- name: Push the Docker image
2222
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
2323
run: |

0 commit comments

Comments
 (0)