diff --git a/.env.example b/.env.example index c66b5a5..c67f360 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,4 @@ -VERSION=0.1.12 - - +VERSION=0.1.13 # Nest run in docker, change host to database container name DB_HOST=localhost diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index b784c09..5f53f5b 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -7,6 +7,32 @@ on: workflow_dispatch: jobs: + build-init: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + with: + ref: main + + - name: Set up QEMU + uses: docker/setup-qemu-action@v1 + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v1 + + - name: Login to Docker Registry + run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin + + - name: Build and Push Frontend Docker Image + uses: docker/build-push-action@v2 + with: + context: . + file: ./apps/init/Dockerfile + platforms: linux/amd64,linux/arm64 + push: true + tags: redplanethq/init:${{ github.ref_name }} + build-webapp: runs-on: ubuntu-latest diff --git a/README.md b/README.md index e66fdff..52ca7e6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -
+ - {selectedSource || selectedStatus - ? "Try adjusting your filters to see more results." - : "No activity ingestion logs are available yet."} -
-