mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
Remove obsolete comment line
This commit is contained in:
parent
796e61ec7e
commit
14824cee86
2
.github/scripts/is-latest-release.sh
vendored
2
.github/scripts/is-latest-release.sh
vendored
@ -3,7 +3,7 @@
|
|||||||
# Used in our CIs to publish the latest Docker image.
|
# 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
|
# 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'
|
GITHUB_API='https://api.github.com/repos/meilisearch/meilisearch/releases'
|
||||||
PNAME='meilisearch'
|
PNAME='meilisearch'
|
||||||
|
1
.github/workflows/publish-docker-images.yml
vendored
1
.github/workflows/publish-docker-images.yml
vendored
@ -86,7 +86,6 @@ jobs:
|
|||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
# We do not push tags for the cron jobs, this is only for test purposes
|
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
build-args: |
|
build-args: |
|
||||||
|
Loading…
Reference in New Issue
Block a user