Skip to content

Commit

Permalink
Can't use github context in input
Browse files Browse the repository at this point in the history
  • Loading branch information
berney committed Feb 5, 2024
1 parent 75423fc commit 6305130
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Portage Image (e.g. `ghcr.io/berney/kubler-images/portage:20241231`)
required: true
type: string
default: ghcr.io/${{github.repository}}/portage:latest
default: ghcr.io/berney/kubler-images/portage:latest
workflow_call:
inputs:
portage_date:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/chain-builders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
description: Portage Image (e.g. `ghcr.io/berney/kubler-images/portage:20241231`)
required: true
type: string
default: ghcr.io/berney/kubler-images/portage:latest

jobs:
call-builders:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubler-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Portage Image (e.g. `ghcr.io/berney/kubler-images/portage:20241231`)
required: true
type: string
default: ghcr.io/${{github.repository}}/portage:latest
default: ghcr.io/berney/kubler-images/portage:latest
workflow_call:
inputs:
portage_date:
Expand Down

0 comments on commit 6305130

Please sign in to comment.