Update .forgejo/workflows/build-images.yaml

This commit is contained in:
Tommy 2025-01-03 23:13:21 +00:00
parent 1a06eb6875
commit cadf460ef8
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -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