Skip to content

Commit

Permalink
fix: image tag on main branch makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
WRKT committed Sep 9, 2024
1 parent 77872a2 commit c2d4709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BIN := velero-custom-plugins

REGISTRY ?= harbor.agc.dpk-agc-cl04.agoracalyce.net/velero
IMAGE ?= $(REGISTRY)/velero-custom-plugins
VERSION ?= 1.0-test
VERSION ?= 1.0

GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH)
Expand Down

0 comments on commit c2d4709

Please sign in to comment.