Skip to content

Commit

Permalink
ft: adds GH option to ignore cache upload failures
Browse files Browse the repository at this point in the history
  • Loading branch information
urimandujano committed Feb 5, 2024
1 parent 548a75f commit e1d76fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
tags: prefecthq/prefect-dev:${{ steps.get_image_tag.outputs.image_tag }}
outputs: type=docker,dest=/tmp/image.tar
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max,ignore-error=true

- name: Test Docker image
if: ${{ matrix.build-docker-images }}
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
tags: prefecthq/prefect-dev:${{ steps.get_image_tag.outputs.image_tag }}
outputs: type=docker,dest=/tmp/image.tar
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max,ignore-error=true

- name: Test Docker image
if: ${{ matrix.build-docker-images }}
Expand Down

0 comments on commit e1d76fb

Please sign in to comment.