Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Munkkeli authored Dec 18, 2024
1 parent 564f159 commit 8b8d347
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit 8b8d347

Please sign in to comment.