diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4e81783d..00192684a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -179,8 +179,6 @@ jobs: # Prepare builder - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - with: - platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 # Build and push - name: Build and push @@ -190,3 +188,4 @@ jobs: file: ./Dockerfile push: true tags: ${{ secrets.DOCKERHUB_USERNAME }}/ontime:${{ env.RELEASE_VERSION }} , ${{ secrets.DOCKERHUB_USERNAME }}/ontime:latest + platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 diff --git a/server/package.json b/server/package.json index 591cdc95c..f1185a3cf 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "ontime", - "version": "1.10.0", + "version": "1.10.1", "author": "Carlos Valente", "description": "Time keeping for live events", "repository": "https://github.com/cpvalente/ontime",