Skip to content

Commit

Permalink
[MOD] gha runners and bump gha/build-push-notify [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Sep 19, 2024
1 parent ad97b70 commit e8d09e7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ env:

jobs:
base:
runs-on: gha-runners-delib
runs-on: gha-runners-delib-py3
steps:
- name: Build and publish base image to harbor
uses: IMIO/gha/[email protected]
uses: IMIO/gha/build-push-notify@v3.9.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ env:

jobs:
docker-latest:
runs-on: gha-runners-delib
runs-on: gha-runners-delib-py3
steps:
- name: Build and publish communes image to harbor
uses: IMIO/gha/[email protected]
uses: IMIO/gha/build-push-notify@v3.9.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -30,10 +30,10 @@ jobs:
BUILD_ARGS: 'PROFILE=communes.cfg'

docker-dev:
runs-on: gha-runners-delib
runs-on: gha-runners-delib-py3
steps:
- name: Build and publish dev image
uses: IMIO/gha/[email protected]
uses: IMIO/gha/build-push-notify@v3.9.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand Down
40 changes: 20 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ env:

jobs:
communes:
runs-on: gha-runners-delib
runs-on: gha-runners-delib-py3
steps:
- name: Build and publish communes image to harbor
uses: IMIO/gha/[email protected]
uses: IMIO/gha/build-push-notify@v3.9.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -32,10 +32,10 @@ jobs:
BUILD_ARGS: 'PROFILE=communes.cfg'

bep:
runs-on: gha-runners-delib
runs-on: gha-runners-delib-py3
steps:
- name: Build and publish bep image to harbor
uses: IMIO/gha/[email protected]
uses: IMIO/gha/build-push-notify@v3.9.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -49,10 +49,10 @@ jobs:
BUILD_ARGS: 'PROFILE=bep.cfg'

charleroi:
runs-on: gha-runners-delib
runs-on: gha-runners-delib-py3
steps:
- name: Build and publish charleroi image to harbor
uses: IMIO/gha/[email protected]
uses: IMIO/gha/build-push-notify@v3.9.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -66,10 +66,10 @@ jobs:
BUILD_ARGS: 'PROFILE=charleroi.cfg'

hainaut-prov:
runs-on: gha-runners-delib
runs-on: gha-runners-delib-py3
steps:
- name: Build and publish hainaut-prov image to harbor
uses: IMIO/gha/[email protected]
uses: IMIO/gha/build-push-notify@v3.9.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -83,10 +83,10 @@ jobs:
BUILD_ARGS: 'PROFILE=hainaut-prov.cfg'

lalouviere:
runs-on: gha-runners-delib
runs-on: gha-runners-delib-py3
steps:
- name: Build and publish lalouviere image to harbor
uses: IMIO/gha/[email protected]
uses: IMIO/gha/build-push-notify@v3.9.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -100,10 +100,10 @@ jobs:
BUILD_ARGS: 'PROFILE=lalouviere.cfg'

lalouviere-cpas:
runs-on: gha-runners-delib
runs-on: gha-runners-delib-py3
steps:
- name: Build and publish lalouviere-cpas image to harbor
uses: IMIO/gha/[email protected]
uses: IMIO/gha/build-push-notify@v3.9.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -117,10 +117,10 @@ jobs:
BUILD_ARGS: 'PROFILE=lalouviere-cpas.cfg'

liege:
runs-on: gha-runners-delib
runs-on: gha-runners-delib-py3
steps:
- name: Build and publish liege image to harbor
uses: IMIO/gha/[email protected]
uses: IMIO/gha/build-push-notify@v3.9.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -133,10 +133,10 @@ jobs:
BUILD_ARGS: 'PROFILE=liege.cfg'

mons:
runs-on: gha-runners-delib
runs-on: gha-runners-delib-py3
steps:
- name: Build and publish mons image to harbor
uses: IMIO/gha/[email protected]
uses: IMIO/gha/build-push-notify@v3.9.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -149,10 +149,10 @@ jobs:
BUILD_ARGS: 'PROFILE=mons.cfg'

namur:
runs-on: gha-runners-delib
runs-on: gha-runners-delib-py3
steps:
- name: Build and publish namur image to harbor
uses: IMIO/gha/[email protected]
uses: IMIO/gha/build-push-notify@v3.9.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -165,10 +165,10 @@ jobs:
BUILD_ARGS: 'PROFILE=namur.cfg'

seraing:
runs-on: gha-runners-delib
runs-on: gha-runners-delib-py3
steps:
- name: Build and publish seraing image to harbor
uses: IMIO/gha/[email protected]
uses: IMIO/gha/build-push-notify@v3.9.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand Down

0 comments on commit e8d09e7

Please sign in to comment.