aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 51de09f..28e5b69 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -54,7 +54,7 @@ jobs:
- name: Configure cache
id: cache_config
run: |
- set -euo pipefail
+ set -eu
if [ "$GITHUB_EVENT_NAME" = 'pull_request' ]; then
cache_from="type=gha,scope=buildkit-${GITHUB_REF}"
cache_to="${cache_from},mode=max"