Skip to content

Commit

Permalink
chore: fix naming of docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Mar 25, 2024
1 parent b867994 commit faf27bf
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/credential-expiry-app-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:

env:
IMAGE_NAMESPACE: "tractusx"
IMAGE_NAME: "credential-expiry-app"
IMAGE_NAME: "ssi-credential-expiry-app"

jobs:
build-and-push-image:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migrations-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:

env:
IMAGE_NAMESPACE: "tractusx"
IMAGE_NAME: "migrations"
IMAGE_NAME: "ssi-credential-issuer-migrations"

jobs:
build-and-push-image:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/processes-worker-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:

env:
IMAGE_NAMESPACE: "tractusx"
IMAGE_NAME: "credential-issuer-process-worker"
IMAGE_NAME: "ssi-credential-issuer-process-worker"

jobs:
build-and-push-image:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ on:

env:
IMAGE_NAMESPACE: "tractusx"
IMAGE_NAME_SERVICE: "service"
IMAGE_NAME_MIGRATIONS: "migrations"
IMAGE_NAME_WORKER: "credential-issuer-processes-worker"
IMAGE_NAME_EXPIRY: "credential-expiry-app"
IMAGE_NAME_SERVICE: "ssi-credential-issuer-service"
IMAGE_NAME_MIGRATIONS: "ssi-credential-issuer-migrations"
IMAGE_NAME_WORKER: "ssi-credential-issuer-processes-worker"
IMAGE_NAME_EXPIRY: "ssi-credential-expiry-app"

jobs:
service-release:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: docker/Dockerfile-credential-issuer-migrations
file: docker/Dockerfile-ssi-credential-issuer-migrations
platforms: linux/amd64, linux/arm64
pull: true
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -151,7 +151,7 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
repository: ${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME_MIGRATIONS }}
readme-filepath: "./docker/notice-credential-issuer-migrations.md"
readme-filepath: "./docker/notice-ssi-credential-issuer-migrations.md"

expiry-release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: docker/Dockerfile-credential-issuer-processes-worker
file: docker/Dockerfile-ssi-credential-issuer-processes-worker
platforms: linux/amd64, linux/arm64
pull: true
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -271,4 +271,4 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
repository: ${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME_WORKER }}
readme-filepath: "./docker/notice-credential-issuer-processes-worker.md"
readme-filepath: "./docker/notice-ssi-credential-issuer-processes-worker.md"
8 changes: 4 additions & 4 deletions .github/workflows/release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ on:

env:
IMAGE_NAMESPACE: "tractusx"
IMAGE_NAME_SERVICE: "credential-issuer-service"
IMAGE_NAME_MIGRATIONS: "credential-issuer-migrations"
IMAGE_NAME_WORKER: "credential-issuer-processes-worker"
IMAGE_NAME_EXPIRY: "credential-expiry-app"
IMAGE_NAME_SERVICE: "ssi-credential-issuer-service"
IMAGE_NAME_MIGRATIONS: "ssi-credential-issuer-migrations"
IMAGE_NAME_WORKER: "ssi-credential-issuer-processes-worker"
IMAGE_NAME_EXPIRY: "ssi-credential-expiry-app"

jobs:
service-release:
Expand Down
6 changes: 3 additions & 3 deletions charts/ssi-credential-issuer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

issuer:
image:
name: "docker.io/tractusx/credential-issuer-service"
name: "docker.io/tractusx/ssi-credential-issuer-service"
tag: ""
imagePullPolicy: "IfNotPresent"
# -- We recommend to review the default resource limits as this should a conscious choice.
Expand Down Expand Up @@ -68,7 +68,7 @@ issuer:
issuermigrations:
name: "migrations"
image:
name: "docker.io/tractusx/credential-issuer-migrations"
name: "docker.io/tractusx/ssi-credential-issuer-migrations"
tag: ""
imagePullPolicy: "IfNotPresent"
# -- We recommend to review the default resource limits as this should a conscious choice.
Expand All @@ -90,7 +90,7 @@ issuermigrations:
processesworker:
name: "processesworker"
image:
name: "docker.io/tractusx/credential-issuer-processes-worker"
name: "docker.io/tractusx/ssi-credential-issuer-processes-worker"
tag: ""
imagePullPolicy: "IfNotPresent"
# -- We recommend to review the default resource limits as this should a conscious choice.
Expand Down
2 changes: 1 addition & 1 deletion docker/notice-credential-expiry-app.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Notice for Docker image

DockerHub: [https://hub.docker.com/r/tractusx/credential-expiry-app](https://hub.docker.com/r/tractusx/credential-expiry-app)
DockerHub: [https://hub.docker.com/r/tractusx/ssi-credential-expiry-app](https://hub.docker.com/r/tractusx/ssi-credential-expiry-app)

Eclipse Tractus-X product(s) installed within the image:

Expand Down
2 changes: 1 addition & 1 deletion docker/notice-credential-issuer-migrations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Notice for Docker image

DockerHub: [https://hub.docker.com/r/tractusx/credential-issuer-migrations](https://hub.docker.com/r/tractusx/credential-issuer-migrations)
DockerHub: [https://hub.docker.com/r/tractusx/ssi-credential-issuer-migrations](https://hub.docker.com/r/tractusx/ssi-credential-issuer-migrations)

Eclipse Tractus-X product(s) installed within the image:

Expand Down
2 changes: 1 addition & 1 deletion docker/notice-credential-issuer-processes-worker.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Notice for Docker image

DockerHub: [https://hub.docker.com/r/tractusx/credential-issuer-processes-worker](https://hub.docker.com/r/tractusx/credential-issuer-processes-worker)
DockerHub: [https://hub.docker.com/r/tractusx/ssi-credential-issuer-processes-worker](https://hub.docker.com/r/tractusx/ssi-credential-issuer-processes-worker)

Eclipse Tractus-X product(s) installed within the image:

Expand Down

0 comments on commit faf27bf

Please sign in to comment.