Skip to content

Commit

Permalink
pass var
Browse files Browse the repository at this point in the history
  • Loading branch information
JTaeuber committed Feb 26, 2025
1 parent fb3f62b commit f2773b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/end2end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: End-to-End Testing

on:
workflow_call:
inputs:
image_digest:
required: true
type: string

jobs:
end2end:
Expand Down Expand Up @@ -69,4 +73,6 @@ jobs:
prune:
needs: end2end
uses: ./.github/workflows/prune.yml
with:
image_digest: ${{ inputs.image_digest }}
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/prune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:
jobs:
prune_images:
name: Prune old py-kube-downscaler images
if: github.ref != 'refs/tags/*'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit f2773b0

Please sign in to comment.