fix docker github actions build chart

This commit is contained in:
Данил 2024-10-09 15:05:36 +03:00
parent d54c2f20bd
commit 72d00c9a52

View file

@ -78,8 +78,8 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
file: ./chart/Dockerfile file: Dockerfile
context: . context: ./chart
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}