Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Uj5Ghare authored Nov 16, 2024
1 parent b75be38 commit 9ba81e3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ jobs:
Push-To-DockerHub-Backend:
runs-on: ubuntu-24.04
# needs: [Image-Vuln-Check-Backend]
defaults:
run:
shell: bash
working-directory: backend/
# defaults:
# run:
# shell: bash
# working-directory: backend/
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -185,10 +185,10 @@ jobs:
Push-To-DockerHub-Frontend:
runs-on: ubuntu-24.04
# needs: [Image-Vuln-Check-Frontend]
defaults:
run:
shell: bash
working-directory: frontend/
# defaults:
# run:
# shell: bash
# working-directory: frontend/
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 9ba81e3

Please sign in to comment.