From 0716bc34f4f9d13c022d05bab07a849b633f6a45 Mon Sep 17 00:00:00 2001 From: Alex Justesen Date: Thu, 22 Feb 2024 11:51:44 -0500 Subject: [PATCH] Release v0.17.0 (#1222) --- .github/workflows/dev.yml | 53 --------------------------------------- config/speedtest.php | 4 +-- 2 files changed, 2 insertions(+), 55 deletions(-) delete mode 100644 .github/workflows/dev.yml diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml deleted file mode 100644 index 2a08992bd..000000000 --- a/.github/workflows/dev.yml +++ /dev/null @@ -1,53 +0,0 @@ -name: Build and push dev Docker images - -on: - push: - branches: - - main - schedule: - - cron: '0 4 * * *' - -env: - PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7 - -jobs: - build_and_push_image: - runs-on: ubuntu-22.04 - permissions: - contents: read - packages: write - - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - - name: Log in to the Container registry - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - - name: Extract metadata (tags, labels) for Docker - id: meta - uses: docker/metadata-action@v5 - with: - images: | - ghcr.io/${{ github.repository }} - tags: | - type=raw,value=dev - - - name: Build and push Docker images - uses: docker/build-push-action@v5 - with: - context: . - push: true - platforms: ${{ env.PLATFORMS }} - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} diff --git a/config/speedtest.php b/config/speedtest.php index 297b90bbe..457724d4a 100644 --- a/config/speedtest.php +++ b/config/speedtest.php @@ -6,9 +6,9 @@ /** * Build information */ - 'build_date' => Carbon::parse('2024-02-21'), + 'build_date' => Carbon::parse('2024-02-22'), - 'build_version' => 'v0.16.6', + 'build_version' => 'v0.17.0', /** * General