From 2586b8c61058cbc10da65229c776fcd2f8bac692 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Wed, 18 Sep 2024 20:53:25 +0530 Subject: [PATCH] fix dockerhub username --- .github/workflows/build-push-edge-debug.yaml | 2 +- .github/workflows/build-push-edge.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-push-edge-debug.yaml b/.github/workflows/build-push-edge-debug.yaml index 8d0e313b0..6fe503bfc 100644 --- a/.github/workflows/build-push-edge-debug.yaml +++ b/.github/workflows/build-push-edge-debug.yaml @@ -41,5 +41,5 @@ jobs: context: . file: ./Dockerfile.debug push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/parseable:edge-debug + tags: parseable/parseable:edge-debug platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/build-push-edge.yaml b/.github/workflows/build-push-edge.yaml index 62794fdeb..a93e6673e 100644 --- a/.github/workflows/build-push-edge.yaml +++ b/.github/workflows/build-push-edge.yaml @@ -41,5 +41,5 @@ jobs: context: . file: ./Dockerfile push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/parseable:edge + tags: parseable/parseable:edge platforms: linux/amd64,linux/arm64