abitibi
This commit is contained in:
parent
9354bd2a18
commit
78ce354771
2 changed files with 12 additions and 12 deletions
|
@ -3,10 +3,10 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- 'website/**'
|
- 'abitibi/**'
|
||||||
- '**/website.yaml'
|
- '**/abitibi.yaml'
|
||||||
jobs:
|
jobs:
|
||||||
build-website-image:
|
build-abitibi-image:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
@ -20,10 +20,10 @@ jobs:
|
||||||
id: build-image
|
id: build-image
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2
|
||||||
with:
|
with:
|
||||||
image: aramperes/poire.dev
|
image: aramperes/abitibi.momoperes.ca
|
||||||
tags: ${{ steps.extract_tag.outputs.tag }}
|
tags: ${{ steps.extract_tag.outputs.tag }}
|
||||||
context: ./website
|
context: ./abitibi
|
||||||
containerfiles: ./website/docker/Dockerfile
|
containerfiles: ./abitibi/docker/Dockerfile
|
||||||
- name: Push to Registry
|
- name: Push to Registry
|
||||||
uses: https://github.com/redhat-actions/push-to-registry@v2
|
uses: https://github.com/redhat-actions/push-to-registry@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -3,10 +3,10 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- 'abitibi/**'
|
- 'website/**'
|
||||||
- '**/abitibi.yaml'
|
- '**/website.yaml'
|
||||||
jobs:
|
jobs:
|
||||||
build-abitibi-image:
|
build-website-image:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
@ -20,10 +20,10 @@ jobs:
|
||||||
id: build-image
|
id: build-image
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2
|
||||||
with:
|
with:
|
||||||
image: aramperes/abitibi.momoperes.ca
|
image: aramperes/poire.dev
|
||||||
tags: ${{ steps.extract_tag.outputs.tag }}
|
tags: ${{ steps.extract_tag.outputs.tag }}
|
||||||
context: ./abitibi
|
context: ./website
|
||||||
containerfiles: ./abitibi/docker/Dockerfile
|
containerfiles: ./website/docker/Dockerfile
|
||||||
- name: Push to Registry
|
- name: Push to Registry
|
||||||
uses: https://github.com/redhat-actions/push-to-registry@v2
|
uses: https://github.com/redhat-actions/push-to-registry@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue