Skip to content

Commit

Permalink
remove references to wip repo
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbarnett committed Jul 9, 2024
1 parent c1a0ffd commit febf11f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/events/main-push-event.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ref": "refs/heads/main",
"repository": {
"full_name": "josephbarnett/cloudzero-agent-validator"
"full_name": "cloudzero/cloudzero-agent-validator"
}
}
2 changes: 1 addition & 1 deletion .github/workflows/events/release-event.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ref": "refs/tags/v0.9.0",
"repository": {
"full_name": "josephbarnett/cloudzero-agent-validator"
"full_name": "cloudzero/cloudzero-agent-validator"
}
}
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
REPO_NAME ?= $(shell basename `git rev-parse --show-toplevel`)
IMAGE_NAME ?= ghcr.io/josephbarnett/cloudzero-charts/cloudzero-agent-validator
TAG ?= golang
IMAGE_NAME ?= ghcr.io/cloudzero/cloudzero-agent-validator/cloudzero-agent-validator
TAG ?= dev-$(git rev-parse --short HEAD)

# Docker is the default container tool (and buildx buildkit)
CONTAINER_TOOL ?= docker
BUILDX_CONTAINER_EXISTS := $(shell $(CONTAINER_TOOL) buildx ls --format "{{.Name}}: {{.DriverEndpoint}}" | grep -c "container:")

BUILD_TIME ?= $(shell date -u '+%Y-%m-%d_%I:%M:%S%p')
REVISION ?= $(shell git rev-parse HEAD)
TAG ?= $(shell git describe --tags 2>/dev/null || true)

# Directories
# Colors
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# export IMAGE_NAME=ghcr.io/josephbarnett/cloudzero-charts/cloudzero-agent-validator
# export IMAGE_NAME=ghcr.io/cloudzero/cloudzero-agent-validator/cloudzero-agent-validator
# export TAG=golang
# docker buildx build --builder=container --platform linux/amd64,linux/arm64 --push -t ${IMAGE_NAME}:${TAG} -f docker/Dockerfile .
#
Expand Down

0 comments on commit febf11f

Please sign in to comment.