Skip to content

Commit 0d88093

Browse files
committed
oci_image: peerguard -> openpg
1 parent e959612 commit 0d88093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ github: clean all
5353
gh release create ${version} --generate-notes --title "pg ${version}" pgcli-${version}*.gz pgcli-${version}*.zip pgmap-${version}*.gz
5454

5555
image:
56-
docker build . -t rkonfj/peerguard:${version} --build-arg version=${version} --build-arg githash=${git_hash}
56+
docker build . -t rkonfj/openpg:${version} --build-arg version=${version} --build-arg githash=${git_hash}
5757

5858
dockerhub: image
59-
docker push rkonfj/peerguard:${version}
59+
docker push rkonfj/openpg:${version}
6060

6161
dist: github dockerhub
6262

0 commit comments

Comments
 (0)