We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd8b4a commit 1687d24Copy full SHA for 1687d24
.github/workflows/stackhpc-build-kayobe-image.yml
@@ -29,9 +29,6 @@ on:
29
description: Whether to run the workflow (workaround for required status checks issue)
30
type: boolean
31
default: true
32
- repository:
33
- type: string
34
- default: ${{ github.repository }}
35
outputs:
36
kayobe_image:
37
description: Reference of Kayobe image that was built
@@ -56,7 +53,6 @@ jobs:
56
53
- name: Checkout kayobe config
57
54
uses: actions/checkout@v4
58
55
with:
59
- repository: ${{ inputs.repository }}
60
submodules: true
61
62
- name: Log in to the Container registry
0 commit comments