Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 0 additions & 3 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
id-token: write
packages: write
pull-requests: write
with:
# Disable the cache for release builds
enable-cache: false
apply-release-notes-template:
runs-on: ubuntu-latest
permissions:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/wc-build-push-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: Build, Push & Test

on:
workflow_call:
inputs:
enable-cache:
required: false
type: boolean
default: true
secrets:
TEST_GITHUB_TOKEN:
required: true
Expand Down Expand Up @@ -36,7 +31,6 @@ jobs:
pull-requests: write
with:
flavor: ${{ matrix.flavor }}
enable-cache: ${{ inputs.enable-cache }}

dependency-review:
runs-on: ubuntu-latest
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/wc-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
flavor:
required: true
type: string
enable-cache:
required: false
type: boolean
default: true

permissions:
contents: read
Expand Down Expand Up @@ -69,8 +65,6 @@ jobs:
annotations: ${{ steps.metadata.outputs.annotations }}
sbom: true
outputs: type=image,push-by-digest=true,name-canonical=true
cache-to: ${{ inputs.enable-cache && format('type=gha,mode=max,scope={0}-{1}-{2}', github.repository, inputs.flavor, matrix.runner) || '' }}
cache-from: ${{ inputs.enable-cache && format('type=gha,scope={0}-{1}-{2}', github.repository, inputs.flavor, matrix.runner) || '' }}
- name: Export digest
run: |
set -Eeuo pipefail
Expand Down
Loading