fix docker github actions build chart

This commit is contained in:
Данил 2024-10-09 15:06:48 +03:00
parent 72d00c9a52
commit c576491e31

View file

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