Update .forgejo/workflows/build-images.yaml
This commit is contained in:
parent
1a06eb6875
commit
cadf460ef8
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@ jobs:
|
|||
echo "Channel: ${{ steps.parse-channel-platform.outputs.channel }}"
|
||||
echo "Platform: ${{ steps.parse-channel-platform.outputs.platform }}"
|
||||
echo "Version: ${{ steps.read-version.outputs.version }}"
|
||||
echo "destinations: code.252.no/${{ github.repository }}/${{ github.event.inputs.app }}:${{ steps.read-version.outputs.version }}"
|
||||
echo "context: ${{ steps.set-context.outputs.context_dir }}"
|
||||
echo "TARGETPLATFORM=${{ steps.parse-channel-platform.outputs.platform }}"
|
||||
echo "VERSION=${{ steps.read-version.outputs.version }}"
|
||||
|
||||
- name: Build and Push with Kaniko
|
||||
uses: https://code.252.no/pub/kaniko-action@latest
|
||||
|
|
Loading…
Reference in a new issue