-
Notifications
You must be signed in to change notification settings - Fork 197
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
Lihi Zitzer
committed
Nov 5, 2024
1 parent
21957b9
commit af7d4eb
Showing
3 changed files
with
78 additions
and
95 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
# git tag -a v0.0.1 -m 'Release v0.0.1' | ||
# git push upstream v0.0.1 | ||
name: Release | ||
name: Release-Test-Lihi | ||
on: | ||
push: | ||
branches: | ||
|
@@ -71,17 +71,6 @@ jobs: | |
# - name: Update new version for plugin 'starboard' in krew-index | ||
# uses: rajatjindal/[email protected] | ||
|
||
# - name: Tag and push image to Amazon ECR | ||
# id: build-image | ||
# env: | ||
# ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} | ||
# IMAGE_TAG: ${{ github.sha }} | ||
# run: | | ||
# # push to ECR | ||
# docker tag $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG_ECR | ||
# docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG | ||
# echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT | ||
|
||
- name: Cleanup Docker and KIND resources | ||
run: | | ||
docker system prune -a --force | ||
|
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
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