mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-06-06 04:05:37 +00:00
Put back previous CI
This commit is contained in:
parent
97f2670d10
commit
4d1dda5f23
22
.github/workflows/publish-docker-images.yml
vendored
22
.github/workflows/publish-docker-images.yml
vendored
@ -83,16 +83,16 @@ jobs:
|
|||||||
type=semver,pattern=v{{major}},enable=${{ steps.check-tag-format.outputs.stable == 'true' }}
|
type=semver,pattern=v{{major}},enable=${{ steps.check-tag-format.outputs.stable == 'true' }}
|
||||||
type=raw,value=latest,enable=${{ steps.check-tag-format.outputs.stable == 'true' && steps.check-tag-format.outputs.latest == 'true' }}
|
type=raw,value=latest,enable=${{ steps.check-tag-format.outputs.stable == 'true' && steps.check-tag-format.outputs.latest == 'true' }}
|
||||||
|
|
||||||
# - name: Build and push
|
- name: Build and push
|
||||||
# uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
# with:
|
with:
|
||||||
# push: true
|
push: true
|
||||||
# platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
# tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
# build-args: |
|
build-args: |
|
||||||
# COMMIT_SHA=${{ github.sha }}
|
COMMIT_SHA=${{ github.sha }}
|
||||||
# COMMIT_DATE=${{ steps.build-metadata.outputs.date }}
|
COMMIT_DATE=${{ steps.build-metadata.outputs.date }}
|
||||||
# GIT_TAG=${{ github.ref_name }}
|
GIT_TAG=${{ github.ref_name }}
|
||||||
|
|
||||||
# /!\ Don't touch this without checking with Cloud team
|
# /!\ Don't touch this without checking with Cloud team
|
||||||
- name: Send CI information to Cloud team
|
- name: Send CI information to Cloud team
|
||||||
@ -109,7 +109,7 @@ jobs:
|
|||||||
- name: 'Setup jq'
|
- name: 'Setup jq'
|
||||||
uses: dcarbone/install-jq-action@v3
|
uses: dcarbone/install-jq-action@v3
|
||||||
- name: Send deployment to Swarmia
|
- name: Send deployment to Swarmia
|
||||||
# if: github.event_name == 'push' && success()
|
if: github.event_name == 'push' && success()
|
||||||
run: |
|
run: |
|
||||||
JSON_STRING=$( jq --null-input --compact-output \
|
JSON_STRING=$( jq --null-input --compact-output \
|
||||||
--arg version "${{ github.ref_name }}" \
|
--arg version "${{ github.ref_name }}" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user