Skip to content

Commit 5b85262

Browse files
authored
Add debug mode for edge tag (#328)
1 parent 347f7ed commit 5b85262

File tree

6 files changed

+389
-8
lines changed

6 files changed

+389
-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)