Skip to content

Commit

Permalink
Update naming of Docker release
Browse files Browse the repository at this point in the history
  • Loading branch information
fnikol committed Aug 31, 2022
1 parent cc7b72f commit f697505
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Release Docker Images
on:
workflow_dispatch:
push:
branches:
- main
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-*"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release-helm-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Release Helm Charts
on:
workflow_dispatch:
push:
branches:
- main
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-*"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release-kubectl-frisbee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Release kubectl-frisbee
on:
workflow_dispatch:
push:
branches:
- main
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-*"
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ docker-run: docker-build ## Build and Run docker image for the Frisbee controlle
##@ Deployment
docker-push: docker-build ## Push the latest docker image for Frisbee controller.
@echo "===> Tag ${IMG} as frisbee-operator:latest <==="
docker tag ${IMG} $(IMAGE_TAG_BASE)/frisbee-operator:latest
docker tag ${IMG} $(IMAGE_TAG_BASE)/frisbee-operator:${FrisbeeVersion}
@echo "===> Push frisbee:operator:latest <==="
docker push $(IMAGE_TAG_BASE)/frisbee-operator:latest
docker push $(IMAGE_TAG_BASE)/frisbee-operator:${FrisbeeVersion}


install: generate ## Deploy platform to the K8s cluster specified in ~/.kube/config.
Expand Down

0 comments on commit f697505

Please sign in to comment.