-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2579ec6
commit e3e5f9e
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|