From eebb31becb865a3b661d99e0e9efe946f487556c Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 14 Nov 2025 23:20:28 +0000 Subject: [PATCH] Update .gitea/workflows/build-container.yaml --- .gitea/workflows/build-container.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-container.yaml b/.gitea/workflows/build-container.yaml index 00909fd..04dc4f2 100644 --- a/.gitea/workflows/build-container.yaml +++ b/.gitea/workflows/build-container.yaml @@ -11,13 +11,13 @@ jobs: steps: - name: Checkout code run: | - git clone https://gitea.montgomeryspot.com/myorg/myrepo.git - cd myrepo + git clone https://gitea.montgomeryspot.com/adam/cat-memes.repo + cd cat-memes - name: Build container image run: | - cd myrepo - podman build -f Containerfile -t myorg/catapp:latest . + cd cat-memes + podman build -f Containerfile -t adam/cat-memes:latest . # Optional: Push to registry # - name: Push to registry