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