Skip to content

Commit

Permalink
Update build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GeunSam2 authored Sep 2, 2024
1 parent 40680cf commit acae6d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
build-and-push-docker:
if: github.repository == 'devPracticeCenter/hands-on-expert'
runs-on: ubuntu-latest
env:
IMAGE_TAG: ${{ secrets.DOCKER_USERNAME }}/cicd-practice:${{ github.sha }}
Expand All @@ -27,6 +28,7 @@ jobs:

modify-eks-repo:
needs: build-and-push-docker
if: github.repository == 'devPracticeCenter/hands-on-expert'
runs-on: ubuntu-latest
env:
EKS_PATH: helm-projects/handson-expert
Expand Down

0 comments on commit acae6d6

Please sign in to comment.