From 9a5f51f0b5789228cde78c3cc61bddc66cdac207 Mon Sep 17 00:00:00 2001 From: Mitch Downey Date: Wed, 29 May 2024 14:19:15 -0500 Subject: [PATCH] Update master.yml --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index c00629f0..08779c48 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -46,4 +46,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest \ No newline at end of file + tags: podverse/podverse_web:latest \ No newline at end of file