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