From 31a6318087151f6b0a31edcfb63930bc6b07fc15 Mon Sep 17 00:00:00 2001 From: Ahmed Hesham Date: Tue, 7 Oct 2025 11:52:28 +0300 Subject: [PATCH] update ci.yaml --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa693fe..0402c42 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: + context: . push: true tags: ahmedhesham301/nginx:latest