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