Skip to content

Commit

Permalink
Update build_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saiyam1814 committed Aug 7, 2024
1 parent 2579ec6 commit e3e5f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
env:
KO_DATA_PATH: kodata/
KO_DOCKER_REPO: docker.io/saiyam911 # Update with your Docker Hub namespace
KO_DEFAULTBASEIMAGE: ttl.sh/devops-baseimage:prod-v1 # Update base image if needed
KO_DEFAULTBASEIMAGE: docker.io/saiyam911/devops-project:prod-v1 # Update base image if needed
run: |
ko build --bare -B . -t saiyam911/kubesimplify-demo:sha-${{ env.sha_short }}
ko build --bare -t docker.io/saiyam911/kubesimplify-demo:sha-${{ env.sha_short }}
- name: Generate deploy manifest from Jinja template
uses: cuchi/[email protected]
Expand Down

0 comments on commit e3e5f9e

Please sign in to comment.