Update .forgejo/workflows/build-images.yaml

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

View file

@ -66,7 +66,7 @@ jobs:
context: ${{ steps.set-context.outputs.context_dir }}
# Build & push two tags: :<channel> and :<version>
destinations: code.252.no/${{ github.repository }}/${{ github.event.inputs.app }}:${{ steps.parse-channel-platform.outputs.channel }} code.252.no/${{ github.repository }}/${{ github.event.inputs.app }}:${{ steps.read-version.outputs.version }}
destinations: code.252.no/${{ github.repository }}/${{ github.event.inputs.app }}:${{ steps.read-version.outputs.version }}
# Pass any build arguments the Dockerfile expects
build_args: |