From ae5240316d2862c32c2198cfe5d4d8799d741285 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Mon, 8 May 2023 22:17:48 -0400 Subject: [PATCH 1/4] fix tag typo --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 6a1e09c..048c929 100644 --- a/justfile +++ b/justfile @@ -17,5 +17,5 @@ build: publish alt_tag=tag: @ podman tag {{image}}:{{tag}} {{registry}}/{{image}}:{{alt_tag}} @ echo "${{ registry_pass_var }}" | podman login {{registry}} -u {{registry_user}} --password-stdin - @ podman push {{registry}}/{{image}}::{{alt_tag}} + @ podman push {{registry}}/{{image}}:{{alt_tag}} @ podman logout {{registry}} From 69ed89d4213eacf35018ea96f1eba37a7fa74c97 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Mon, 8 May 2023 22:20:59 -0400 Subject: [PATCH 2/4] build correct tag --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 048c929..801f0f3 100644 --- a/justfile +++ b/justfile @@ -11,7 +11,7 @@ registry_pass_var := "REGISTRY_PASSWORD" # build a new image build: - podman build -t {{image}} -f Dockerfile ctx + podman build -t {{image}}:{{tag}} -f Dockerfile ctx # publish the image publish alt_tag=tag: From 15148c2f2d27b57beb44d610d306fc7203b1da1e Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Tue, 16 May 2023 11:36:04 -0400 Subject: [PATCH 3/4] .build.yml: add git tag to sources --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 7a0b6ce..5f398e7 100644 --- a/.build.yml +++ b/.build.yml @@ -6,7 +6,7 @@ secrets: - 130adee5-3a8f-4035-8cad-e3d044be2961 sources: - - https://git.sr.ht/~jswank/alpine-cli + - https://git.sr.ht/~jswank/alpine-cli#3 packages: - podman From d9f04fda7a732e575be532900b766fa4faf1c3ce Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Tue, 16 May 2023 12:27:35 -0400 Subject: [PATCH 4/4] revert tag definition --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 5f398e7..7a0b6ce 100644 --- a/.build.yml +++ b/.build.yml @@ -6,7 +6,7 @@ secrets: - 130adee5-3a8f-4035-8cad-e3d044be2961 sources: - - https://git.sr.ht/~jswank/alpine-cli#3 + - https://git.sr.ht/~jswank/alpine-cli packages: - podman