From 81b34780586ff5da8cb83b276f69e2be2a0872c2 Mon Sep 17 00:00:00 2001 From: Ahmed Hesham Date: Wed, 1 Oct 2025 13:24:56 +0300 Subject: [PATCH] update Docker Build & Push.yml --- .github/workflows/Docker Build & Push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Docker Build & Push.yml b/.github/workflows/Docker Build & Push.yml index 33a57d0..c96aa60 100644 --- a/.github/workflows/Docker Build & Push.yml +++ b/.github/workflows/Docker Build & Push.yml @@ -15,7 +15,7 @@ jobs: steps: - name: checkout code uses: actions/checkout@v5.0.0 - + - name: login to dockerhub uses: docker/login-action@v3.6.0 with: @@ -26,4 +26,4 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: ahmedhesham301/jobfitai:$(date +%s) \ No newline at end of file + tags: ahmedhesham301/jobfitai:latest \ No newline at end of file