From 78ce354771d33f09b2f0426d51490efbda8b9cc1 Mon Sep 17 00:00:00 2001 From: Aram Peres <6775216+aramperes@users.noreply.github.com> Date: Sat, 23 Aug 2025 13:31:42 -0400 Subject: [PATCH] abitibi --- .forgejo/workflows/abitibi.yaml | 12 ++++++------ .forgejo/workflows/website.yaml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.forgejo/workflows/abitibi.yaml b/.forgejo/workflows/abitibi.yaml index 5633b04..3c9bedd 100644 --- a/.forgejo/workflows/abitibi.yaml +++ b/.forgejo/workflows/abitibi.yaml @@ -3,10 +3,10 @@ on: branches: - master paths: - - 'website/**' - - '**/website.yaml' + - 'abitibi/**' + - '**/abitibi.yaml' jobs: - build-website-image: + build-abitibi-image: runs-on: docker steps: - name: Checkout code @@ -20,10 +20,10 @@ jobs: id: build-image uses: redhat-actions/buildah-build@v2 with: - image: aramperes/poire.dev + image: aramperes/abitibi.momoperes.ca tags: ${{ steps.extract_tag.outputs.tag }} - context: ./website - containerfiles: ./website/docker/Dockerfile + context: ./abitibi + containerfiles: ./abitibi/docker/Dockerfile - name: Push to Registry uses: https://github.com/redhat-actions/push-to-registry@v2 with: diff --git a/.forgejo/workflows/website.yaml b/.forgejo/workflows/website.yaml index 3c9bedd..5633b04 100644 --- a/.forgejo/workflows/website.yaml +++ b/.forgejo/workflows/website.yaml @@ -3,10 +3,10 @@ on: branches: - master paths: - - 'abitibi/**' - - '**/abitibi.yaml' + - 'website/**' + - '**/website.yaml' jobs: - build-abitibi-image: + build-website-image: runs-on: docker steps: - name: Checkout code @@ -20,10 +20,10 @@ jobs: id: build-image uses: redhat-actions/buildah-build@v2 with: - image: aramperes/abitibi.momoperes.ca + image: aramperes/poire.dev tags: ${{ steps.extract_tag.outputs.tag }} - context: ./abitibi - containerfiles: ./abitibi/docker/Dockerfile + context: ./website + containerfiles: ./website/docker/Dockerfile - name: Push to Registry uses: https://github.com/redhat-actions/push-to-registry@v2 with: