Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ inputs:
default: ${{ github.token }}
build-args:
description: >-
Arguments to pass to docker build
Set build time variables for the ARG instruction
required: false
dockerfile:
description: >-
Expand All @@ -49,6 +49,9 @@ inputs:
default: false
gh_event:
description: The name of the event that triggered the parent workflow.
target:
description: Sets the target stage to build

outputs:
ghc_img:
description: "Export GHCR.io package resource URL"
Expand Down Expand Up @@ -147,6 +150,7 @@ runs:
cache-to: type=gha,mode=max
provenance: false
pull: true
target: ${{inputs.target}}

- name: Export GHCR.io resource
id: ghc_img_id
Expand Down