ci: Fix errors in docker image uploading (#1570)

This commit is contained in:
Sergey Kuznetsov
2024-07-30 16:56:37 +01:00
committed by GitHub
parent 00c4287b3b
commit 9607cff8a0
3 changed files with 3 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ runs:
id: meta
with:
images: ${{ inputs.image_name }}
tags: ${{ steps.generate_tags.outputs.tags }}
tags: ${{ inputs.tags }}
- name: Build and push
uses: docker/build-push-action@v5

View File

@@ -188,6 +188,7 @@ jobs:
with:
tags: |
type=raw,value=nightly
type=raw,value=${{ github.sha }}
artifact_name: clio_server_Linux_Release
strip_binary: true
publish_image: ${{ github.event_name != 'pull_request' }}

View File

@@ -31,6 +31,6 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=gcc_12_clang_16
type=ref,value=${{ env.GITHUB_SHA }}
type=raw,value=${{ github.sha }}
platforms: linux/amd64,linux/arm64
description: CI image for XRPLF/clio.