Skip to content

Commit

Permalink
[MOD] gh action name and test update base image gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Dec 6, 2023
1 parent 84ffb30 commit b0d82f0
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-hub-publish-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
base:
runs-on: ubuntu-latest
steps:
- name: Build and publish to dockerhub
uses: IMIO/buildout.pm/actions/dockerhub@master
- name: Build and publish base image to harbor
uses: IMIO/buildout.pm/actions/harbor@mod-gh-actions-PMIND-47
with:
tags: |
imiobe/iadelib:base
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-hub-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build latest
uses: IMIO/buildout.pm/actions/dockerhub@master
uses: IMIO/buildout.pm/actions/harbor@master
with:
tags: |
imiobe/iadelib:latest
"${{ secrets.HARBOR_URL }}/delib/iadelib:latest"
dockerfile: ./docker/Dockerfile-latest
- name: Build dev image
uses: IMIO/buildout.pm/actions/dockerhub@master
- name: Build and publish dev image
uses: IMIO/buildout.pm/actions/harbor@master
with:
tags: imiobe/iadelib:dev
dockerfile: ./docker/Dockerfile-dev
Expand Down
40 changes: 20 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
communes:
runs-on: ubuntu-latest
steps:
- name: Build and publish to dockerhub
uses: IMIO/buildout.pm/actions/dockerhub@master
- name: Build and publish communes image to harbor
uses: IMIO/buildout.pm/actions/harbor@master
with:
tags: |
"imiobe/iadelib:${{ github.ref_name }}"
Expand All @@ -20,8 +20,8 @@ jobs:
bep:
runs-on: ubuntu-latest
steps:
- name: Build and publish to dockerhub
uses: IMIO/buildout.pm/actions/dockerhub@master
- name: Build and publish bep image to harbor
uses: IMIO/buildout.pm/actions/harbor@master
with:
profile: bep
tags: |
Expand All @@ -31,8 +31,8 @@ jobs:
charleroi:
runs-on: ubuntu-latest
steps:
- name: Build and publish to dockerhub
uses: IMIO/buildout.pm/actions/dockerhub@master
- name: Build and publish charleroi image to harbor
uses: IMIO/buildout.pm/actions/harbor@master
with:
profile: charleroi
tags: |
Expand All @@ -42,8 +42,8 @@ jobs:
hainaut-prov:
runs-on: ubuntu-latest
steps:
- name: Build and publish to dockerhub
uses: IMIO/buildout.pm/actions/dockerhub@master
- name: Build and publish hainaut-prov image to harbor
uses: IMIO/buildout.pm/actions/harbor@master
with:
profile: hainaut-prov
tags: |
Expand All @@ -53,8 +53,8 @@ jobs:
lalouviere:
runs-on: ubuntu-latest
steps:
- name: Build and publish to dockerhub
uses: IMIO/buildout.pm/actions/dockerhub@master
- name: Build and publish lalouviere image to harbor
uses: IMIO/buildout.pm/actions/harbor@master
with:
profile: lalouviere
tags: |
Expand All @@ -64,8 +64,8 @@ jobs:
lalouviere-cpas:
runs-on: ubuntu-latest
steps:
- name: Build and publish to dockerhub
uses: IMIO/buildout.pm/actions/dockerhub@master
- name: Build and publish lalouviere-cpas image to harbor
uses: IMIO/buildout.pm/actions/harbor@master
with:
profile: lalouviere-cpas
tags: |
Expand All @@ -75,8 +75,8 @@ jobs:
liege:
runs-on: ubuntu-latest
steps:
- name: Build and publish to dockerhub
uses: IMIO/buildout.pm/actions/dockerhub@master
- name: Build and publish liege image to harbor
uses: IMIO/buildout.pm/actions/harbor@master
with:
profile: liege
tags: |
Expand All @@ -86,8 +86,8 @@ jobs:
mons:
runs-on: ubuntu-latest
steps:
- name: Build and publish to dockerhub
uses: IMIO/buildout.pm/actions/dockerhub@master
- name: Build and publish mons image to harbor
uses: IMIO/buildout.pm/actions/harbor@master
with:
profile: mons
tags: |
Expand All @@ -97,8 +97,8 @@ jobs:
namur:
runs-on: ubuntu-latest
steps:
- name: Build and publish to dockerhub
uses: IMIO/buildout.pm/actions/dockerhub@master
- name: Build and publish namur image to harbor
uses: IMIO/buildout.pm/actions/harbor@master
with:
profile: namur
tags: |
Expand All @@ -108,8 +108,8 @@ jobs:
seraing:
runs-on: ubuntu-latest
steps:
- name: Build and publish to dockerhub
uses: IMIO/buildout.pm/actions/dockerhub@master
- name: Build and publish seraing image to harbor
uses: IMIO/buildout.pm/actions/harbor@master
with:
profile: seraing
tags: |
Expand Down
2 changes: 1 addition & 1 deletion actions/dockerhub/action.yml → actions/harbor/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Build and publish to dockerhub'
name: 'Build and publish to harbor'
description: 'Build and publish to dockerhub and IMIO container registry'
inputs:
profile:
Expand Down

0 comments on commit b0d82f0

Please sign in to comment.