Skip to content

Commit

Permalink
Merge pull request #87 from alphagov/dj-maisy/fix_digest_error
Browse files Browse the repository at this point in the history
Try to fix the digest error.
  • Loading branch information
dj-maisy authored Mar 13, 2024
2 parents c8cdbe7 + b8aed3f commit 1ce4edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
RUBY_CHECKSUM=${{ matrix.version.checksum }}
tags: ${{ steps.base-image-metadata.outputs.tags }}
labels: ${{ steps.base-image-metadata.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_BASE }}/govuk-ruby-base,push-by-digest=true,name-canonical=true,push=true
outputs: type=image,name=${{ env.REGISTRY_BASE }}/govuk-ruby-base,push-by-digest=true,name-canonical=true
cache-from: type=gha,scope=build-base-${{ matrix.arch }}
cache-to: type=gha,scope=build-base-${{ matrix.arch }},mode=max

Expand All @@ -149,7 +149,7 @@ jobs:
OWNER=${{ github.repository_owner }}
tags: ${{ steps.builder-image-metadata.outputs.tags }}
labels: ${{ steps.builder-image-metadata.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_BASE }}/govuk-ruby-builder,push-by-digest=true,name-canonical=true,push=true
outputs: type=image,name=${{ env.REGISTRY_BASE }}/govuk-ruby-builder,push-by-digest=true,name-canonical=true
cache-from: type=gha,scope=build-builder-${{ matrix.arch }}
cache-to: type=gha,scope=build-builder-${{ matrix.arch }},mode=max

Expand Down

0 comments on commit 1ce4edd

Please sign in to comment.