Skip to content

Commit

Permalink
fix: change nexus image name
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsDemetrio authored and ThisIsDemetrio committed Dec 19, 2024
1 parent 58b56de commit 1bde623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
images: |
ghcr.io/mia-platform/rag-chatbot-api
docker.io/miaplatform/rag-chatbot-api
nexus.mia-platform.eu/rag-chatbot-api
nexus.mia-platform.eu/plugins/rag-chatbot-api
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
with:
artifact-name: rag-chatbot-api-sbom.spdx.json
output-file: ./rag-chatbot-api-sbom.spdx.json
image: nexus.mia-platform.eu/rag-chatbot-api:${{ steps.meta.outputs.version }}
image: nexus.mia-platform.eu/plugins/rag-chatbot-api:${{ steps.meta.outputs.version }}
upload-release-assets: true

- name: GCP Auth
Expand All @@ -161,6 +161,6 @@ jobs:
TAGS: |
ghcr.io/mia-platform/rag-chatbot-api:${{ steps.meta.outputs.version }}
docker.io/miaplatform/rag-chatbot-api:${{ steps.meta.outputs.version }}
nexus.mia-platform.eu/rag-chatbot-api:${{ steps.meta.outputs.version }}
nexus.mia-platform.eu/plugins/rag-chatbot-api:${{ steps.meta.outputs.version }}
DIGEST: ${{ steps.docker-build.outputs.digest }}
COSIGN_PRIVATE_KEY: ${{ secrets.MIA_PLATFORM_KEY_KMS }}

0 comments on commit 1bde623

Please sign in to comment.