Skip to content

Commit

Permalink
Merge pull request #98 from cybozu-go/fix-makefile
Browse files Browse the repository at this point in the history
Fix image name
  • Loading branch information
yokaze committed Jan 12, 2024
2 parents 8cb534e + 701d043 commit e8547ca
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 @@ -16,7 +16,7 @@ GH := $(BIN_DIR)/gh
YQ := $(BIN_DIR)/yq

# Image URL to use all building/pushing image targets
IMG ?= ghcr.io/cybozu/contour-plus:latest
IMG ?= ghcr.io/cybozu-go/contour-plus:latest

# Set the shell used to bash for better error handling.
SHELL = /bin/bash
Expand Down

0 comments on commit e8547ca

Please sign in to comment.