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