This commit is contained in:
2025-03-15 13:58:16 +07:00
parent 46857fc453
commit 07096daf94
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: src/.
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}