Skip to content

Commit

Permalink
revert changes made in the container names
Browse files Browse the repository at this point in the history
  • Loading branch information
citelibre committed Jun 10, 2024
1 parent 5f2442d commit b1f3543
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
run: cd citelibre-serviceEZ

- name: build serviceEZ
run: docker build citelibre-serviceEZ -t citelibre/serviceEZ:ihm-$VERSION
run: docker build citelibre-service_ez -t citelibre/service_ez:ihm-$VERSION

- name: Save serviceEZ
run: docker save -o citelibre-serviceEZ.tar citelibre/serviceEZ:ihm-$VERSION
run: docker save -o citelibre-serviceEZ.tar citelibre/service_ez:ihm-$VERSION

- name: Run Trivy vulnerability scanner in tarball mode of rendez vous image
uses: aquasecurity/trivy-action@master
Expand All @@ -81,32 +81,32 @@ jobs:
sarif_file: 'trivy-results.sarif'

- name: build mysql
run: docker build mysql -t citelibre/serviceEZ:db-$VERSION
run: docker build mysql -t citelibre/service_ez:db-$VERSION

- name: build matomo
run: docker build matomo -t citelibre/serviceEZ:matomo-$VERSION
run: docker build matomo -t citelibre/service_ez:matomo-$VERSION

- name: build solr
run: docker build solr -t citelibre/serviceEZ:solr-$VERSION
run: docker build solr -t citelibre/service_ez:solr-$VERSION

- name: build keycloak
run: docker build keycloak -t citelibre/serviceEZ:keycloak-$VERSION
run: docker build keycloak -t citelibre/service_ez:keycloak-$VERSION

- name: build kibana
run: docker build kibana -t citelibre/serviceEZ:kibana-$VERSION
run: docker build kibana -t citelibre/service_ez:kibana-$VERSION

- name: build elasticsearch
run: docker build elasticsearch -t citelibre/serviceEZ:elasticsearch-$VERSION
run: docker build elasticsearch -t citelibre/service_ez:elasticsearch-$VERSION

- name: push images on docker hub
run: |
docker push citelibre/serviceEZ:solr-$VERSION
docker push citelibre/serviceEZ:db-$VERSION
docker push citelibre/serviceEZ:matomo-$VERSION
docker push citelibre/serviceEZ:keycloak-$VERSION
docker push citelibre/serviceEZ:ihm-$VERSION
docker push citelibre/serviceEZ:kibana-$VERSION
docker push citelibre/serviceEZ:elasticsearch-$VERSION
docker push citelibre/service_ez:solr-$VERSION
docker push citelibre/service_ez:db-$VERSION
docker push citelibre/service_ez:matomo-$VERSION
docker push citelibre/service_ez:keycloak-$VERSION
docker push citelibre/service_ez:ihm-$VERSION
docker push citelibre/service_ez:kibana-$VERSION
docker push citelibre/service_ez:elasticsearch-$VERSION
- name: update docker compose
run: |
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pull_request_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,22 @@ jobs:
run: cd citelibre-serviceEZ

- name: build serviceEZ
run: docker build citelibre-serviceEZ -t citelibre/serviceEZ:ihm-$VERSION
run: docker build citelibre-service_ez -t citelibre/service_ez:ihm-$VERSION

- name: build mysql
run: docker build mysql -t citelibre/serviceEZ:db-$VERSION
run: docker build mysql -t citelibre/service_ez:db-$VERSION

- name: build matomo
run: docker build matomo -t citelibre/serviceEZ:matomo-$VERSION
run: docker build matomo -t citelibre/service_ez:matomo-$VERSION

- name: build solr
run: docker build solr -t citelibre/serviceEZ:solr-$VERSION
run: docker build solr -t citelibre/service_ez:solr-$VERSION

- name: build keycloak
run: docker build keycloak -t citelibre/serviceEZ:keycloak-$VERSION
run: docker build keycloak -t citelibre/service_ez:keycloak-$VERSION

- name: build kibana
run: docker build kibana -t citelibre/serviceEZ:kibana-$VERSION
run: docker build kibana -t citelibre/service_ez:kibana-$VERSION

- name: build elasticsearch
run: docker build elasticsearch -t citelibre/serviceEZ:elasticsearch-$VERSION
run: docker build elasticsearch -t citelibre/service_ez:elasticsearch-$VERSION

0 comments on commit b1f3543

Please sign in to comment.