Skip to content

Commit b0d82f0

Browse files
committed
[MOD] gh action name and test update base image gh action
1 parent 84ffb30 commit b0d82f0

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

.github/workflows/docker-hub-publish-base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
base:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Build and publish to dockerhub
13-
uses: IMIO/buildout.pm/actions/dockerhub@master
12+
- name: Build and publish base image to harbor
13+
uses: IMIO/buildout.pm/actions/harbor@mod-gh-actions-PMIND-47
1414
with:
1515
tags: |
1616
imiobe/iadelib:base

.github/workflows/docker-hub-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Build latest
11-
uses: IMIO/buildout.pm/actions/dockerhub@master
11+
uses: IMIO/buildout.pm/actions/harbor@master
1212
with:
1313
tags: |
1414
imiobe/iadelib:latest
1515
"${{ secrets.HARBOR_URL }}/delib/iadelib:latest"
1616
dockerfile: ./docker/Dockerfile-latest
17-
- name: Build dev image
18-
uses: IMIO/buildout.pm/actions/dockerhub@master
17+
- name: Build and publish dev image
18+
uses: IMIO/buildout.pm/actions/harbor@master
1919
with:
2020
tags: imiobe/iadelib:dev
2121
dockerfile: ./docker/Dockerfile-dev

.github/workflows/release.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
communes:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Build and publish to dockerhub
12-
uses: IMIO/buildout.pm/actions/dockerhub@master
11+
- name: Build and publish communes image to harbor
12+
uses: IMIO/buildout.pm/actions/harbor@master
1313
with:
1414
tags: |
1515
"imiobe/iadelib:${{ github.ref_name }}"
@@ -20,8 +20,8 @@ jobs:
2020
bep:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- name: Build and publish to dockerhub
24-
uses: IMIO/buildout.pm/actions/dockerhub@master
23+
- name: Build and publish bep image to harbor
24+
uses: IMIO/buildout.pm/actions/harbor@master
2525
with:
2626
profile: bep
2727
tags: |
@@ -31,8 +31,8 @@ jobs:
3131
charleroi:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- name: Build and publish to dockerhub
35-
uses: IMIO/buildout.pm/actions/dockerhub@master
34+
- name: Build and publish charleroi image to harbor
35+
uses: IMIO/buildout.pm/actions/harbor@master
3636
with:
3737
profile: charleroi
3838
tags: |
@@ -42,8 +42,8 @@ jobs:
4242
hainaut-prov:
4343
runs-on: ubuntu-latest
4444
steps:
45-
- name: Build and publish to dockerhub
46-
uses: IMIO/buildout.pm/actions/dockerhub@master
45+
- name: Build and publish hainaut-prov image to harbor
46+
uses: IMIO/buildout.pm/actions/harbor@master
4747
with:
4848
profile: hainaut-prov
4949
tags: |
@@ -53,8 +53,8 @@ jobs:
5353
lalouviere:
5454
runs-on: ubuntu-latest
5555
steps:
56-
- name: Build and publish to dockerhub
57-
uses: IMIO/buildout.pm/actions/dockerhub@master
56+
- name: Build and publish lalouviere image to harbor
57+
uses: IMIO/buildout.pm/actions/harbor@master
5858
with:
5959
profile: lalouviere
6060
tags: |
@@ -64,8 +64,8 @@ jobs:
6464
lalouviere-cpas:
6565
runs-on: ubuntu-latest
6666
steps:
67-
- name: Build and publish to dockerhub
68-
uses: IMIO/buildout.pm/actions/dockerhub@master
67+
- name: Build and publish lalouviere-cpas image to harbor
68+
uses: IMIO/buildout.pm/actions/harbor@master
6969
with:
7070
profile: lalouviere-cpas
7171
tags: |
@@ -75,8 +75,8 @@ jobs:
7575
liege:
7676
runs-on: ubuntu-latest
7777
steps:
78-
- name: Build and publish to dockerhub
79-
uses: IMIO/buildout.pm/actions/dockerhub@master
78+
- name: Build and publish liege image to harbor
79+
uses: IMIO/buildout.pm/actions/harbor@master
8080
with:
8181
profile: liege
8282
tags: |
@@ -86,8 +86,8 @@ jobs:
8686
mons:
8787
runs-on: ubuntu-latest
8888
steps:
89-
- name: Build and publish to dockerhub
90-
uses: IMIO/buildout.pm/actions/dockerhub@master
89+
- name: Build and publish mons image to harbor
90+
uses: IMIO/buildout.pm/actions/harbor@master
9191
with:
9292
profile: mons
9393
tags: |
@@ -97,8 +97,8 @@ jobs:
9797
namur:
9898
runs-on: ubuntu-latest
9999
steps:
100-
- name: Build and publish to dockerhub
101-
uses: IMIO/buildout.pm/actions/dockerhub@master
100+
- name: Build and publish namur image to harbor
101+
uses: IMIO/buildout.pm/actions/harbor@master
102102
with:
103103
profile: namur
104104
tags: |
@@ -108,8 +108,8 @@ jobs:
108108
seraing:
109109
runs-on: ubuntu-latest
110110
steps:
111-
- name: Build and publish to dockerhub
112-
uses: IMIO/buildout.pm/actions/dockerhub@master
111+
- name: Build and publish seraing image to harbor
112+
uses: IMIO/buildout.pm/actions/harbor@master
113113
with:
114114
profile: seraing
115115
tags: |

actions/dockerhub/action.yml renamed to actions/harbor/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Build and publish to dockerhub'
1+
name: 'Build and publish to harbor'
22
description: 'Build and publish to dockerhub and IMIO container registry'
33
inputs:
44
profile:

0 commit comments

Comments
 (0)