abitibi
Some checks failed
/ build-abitibi-image (push) Failing after 18s
/ build-website-image (push) Successful in 29s

This commit is contained in:
Aram 🍐 2025-08-23 13:31:42 -04:00
parent 9354bd2a18
commit 78ce354771
2 changed files with 12 additions and 12 deletions

View file

@ -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:

View file

@ -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: