Skip to content

Commit

Permalink
Merge pull request #103 from fhem/cacheErrors
Browse files Browse the repository at this point in the history
cicd[amd64]: ignore if cache can't be saved
  • Loading branch information
sidey79 authored Dec 7, 2023
2 parents cd1bf83 + 8078eb0 commit 7bb6f0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-matrix-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jobs:
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
strategy:
max-parallel: 5
matrix:
${{fromJson(needs.prepare_matrix.outputs.matrix)}}

Expand Down Expand Up @@ -211,7 +212,7 @@ jobs:
push: false
load: true
target: runtime
cache-to: type=gha,scope=runtime-stage-${{ matrix.module }}_${{ hashFiles('./requirements_mod.txt') }}-amd64
cache-to: type=gha,scope=runtime-stage-${{ matrix.module }}_${{ hashFiles('./requirements_mod.txt') }}-amd64,ignore-error=true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: |
Expand All @@ -232,7 +233,7 @@ jobs:
# Login against a Docker registry if it is a release
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
#if: github.event_name == 'release'
if: github.event_name == 'release'
uses: docker/login-action@v3.0.0
with:
registry: ${{ env.REGISTRY }}
Expand Down

0 comments on commit 7bb6f0f

Please sign in to comment.