From 14824cee864df3b140891484962b605053d6bd2a Mon Sep 17 00:00:00 2001 From: curquiza Date: Sun, 11 Dec 2022 21:44:17 +0100 Subject: [PATCH] Remove obsolete comment line --- .github/scripts/is-latest-release.sh | 2 +- .github/workflows/publish-docker-images.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/scripts/is-latest-release.sh b/.github/scripts/is-latest-release.sh index e61a153e4..720dfdf4f 100644 --- a/.github/scripts/is-latest-release.sh +++ b/.github/scripts/is-latest-release.sh @@ -3,7 +3,7 @@ # Used in our CIs to publish the latest Docker image. # Checks if the current tag ($GITHUB_REF) corresponds to the latest release tag on GitHub -# Returns "true" or "false" (as a string) as a string. +# Returns "true" or "false" (as a string). GITHUB_API='https://api.github.com/repos/meilisearch/meilisearch/releases' PNAME='meilisearch' diff --git a/.github/workflows/publish-docker-images.yml b/.github/workflows/publish-docker-images.yml index 89b61fd4d..2d95e6784 100644 --- a/.github/workflows/publish-docker-images.yml +++ b/.github/workflows/publish-docker-images.yml @@ -86,7 +86,6 @@ jobs: - name: Build and push uses: docker/build-push-action@v3 with: - # We do not push tags for the cron jobs, this is only for test purposes platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} build-args: |