From 887164e1db19b3c50a751e6dd711d225ea235c3c Mon Sep 17 00:00:00 2001 From: RaghadAlkhous Date: Wed, 6 May 2026 15:45:15 +0300 Subject: [PATCH] update github --- .github/workflows/main.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b90030d..2ea616d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,26 +3,8 @@ on: pull_request: jobs: - build_and_push_image: - steps: - - name: checkout code - uses: actions/checkout@v5.0.0 - - name: login to dockerhub - uses: docker/login-action@v3.6.0 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - - name: Build and push - uses: docker/build-push-action@v6 - with: - context: . - push: true - tags: ahmedgamalyousef/firstcicd:latest - deploy: - needs: build_and_push_image steps: - name: checkout code uses: actions/checkout@v5.0.0