Skip to content

Commit

Permalink
Merge pull request #10 from Loongson-Cloud-Community/qiangxuhui-patch-2
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
qiangxuhui authored Feb 19, 2024
2 parents 92db758 + 5a5f17e commit 1489db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/golang/1.21-alpine/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This file is generated by the template.

REGISTRY ?= lcr.loongnix.cn
ORGANIZATION ?= library
ORGANIZATION ?= library
REPOSITORY ?= golang
TAG ?= 1.21-alpine

IMAGE = $(REGISTRY)/$(REPOSITORY):$(TAG)
IMAGE = $(REGISTRY)/$(ORGANIZATION)/$(REPOSITORY):$(TAG)

default: image

Expand Down

0 comments on commit 1489db5

Please sign in to comment.