Skip to content

Commit

Permalink
⚙️ config(ci): Allow ci:build:compose build job to run on an old ca…
Browse files Browse the repository at this point in the history
…che.

Instead of waiting forever on the build to succeed, we build it from a
potentially stale cache.

This should have been implemented in
922b7f6,
but due to a typo it had no effect.
  • Loading branch information
make-github-pseudonymous-again committed May 21, 2024
1 parent 20ae46e commit 04e637c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci:build:compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
with:
workflow: ci:build:image.yml
sha: auto
timeout-minutes: 15 # NOTE We build without a fresh cache on timeout.
continue-on-error: true
timeout-minutes: 15 # NOTE We build without a fresh cache on timeout.
continue-on-error: true

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 04e637c

Please sign in to comment.