Skip to content

Commit

Permalink
Use format()
Browse files Browse the repository at this point in the history
  • Loading branch information
berney committed Feb 5, 2024
1 parent 94d3f05 commit f609b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubler-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
KUBLER_IMAGE: ghcr.io/${{ github.repository }}
PORTAGE_DATE: ${{ inputs.portage_date || 'latest' }}
PORTAGE_IMAGE: ${{ inputs.portage_image || 'ghcr.io/' + github.repository + '/portage:' + (inputs.portage_date || 'latest') }}
PORTAGE_IMAGE: ${{ inputs.portage_image || format('ghcr.io/{0}/portage:{1}', github.repository, inputs.portage_date || 'latest') }}
STAGE3_IMAGE: ghcr.io/${{ github.repository }}/stage3-amd64-hardened-nomultilib-openrc:${{ inputs.portage_date || 'latest' }}
STAGE3_MUSL_IMAGE: ghcr.io/${{ github.repository }}/stage3-amd64-musl-hardened:${{ inputs.portage_date || 'latest' }}
BOB_CORE_IMAGE: ghcr.io/${{ github.repository }}/bob-core:${{ inputs.portage_date || 'latest' }}
Expand Down

0 comments on commit f609b9b

Please sign in to comment.