From 8b8d347e390c896405a469d8d25a7aae09a4fd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuomas=20P=C3=B6yry?= Date: Wed, 18 Dec 2024 15:25:19 +0200 Subject: [PATCH] Update action.yaml --- action.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index cec9115..a101510 100644 --- a/action.yaml +++ b/action.yaml @@ -13,6 +13,9 @@ inputs: required: true stage: description: 'Optional prefix to add to the built image tags' + project: + description: 'Project name for the Diploi Docker registry' + required: true registry: description: 'Hostname for the Diploi Docker registry' required: true @@ -36,7 +39,7 @@ runs: id: meta uses: docker/metadata-action@v4 with: - images: ${{ env.registry }}/${{ github.repository }}-${{ inputs.identifier }} + images: ${{ env.registry }}/${{ env.project }}/${{ inputs.identifier }} flavor: suffix=${{ inputs.stage }} - name: 'Log in to the Diploi Container Registry'