Skip to content

Commit ea9f171

Browse files
committed
Add debug mode for edge tag
1 parent 4c501a4 commit ea9f171

File tree

6 files changed

+390
-8
lines changed

6 files changed

+390
-8
lines changed

.github/workflows/build-push.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@ jobs:
3636
file: ./Dockerfile
3737
push: true
3838
tags: ${{ secrets.DOCKERHUB_USERNAME }}/parseable:edge
39+
40+
- name: Build and push
41+
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
42+
with:
43+
context: .
44+
file: ./Dockerfile.debug
45+
push: true
46+
tags: ${{ secrets.DOCKERHUB_USERNAME }}/parseable:edge-debug

0 commit comments

Comments
 (0)