Skip to content

Commit

Permalink
Merge pull request #89 from alphagov/samsimpson1/digest-fix
Browse files Browse the repository at this point in the history
Attempt to fix image builds getting tagged with all versions
  • Loading branch information
samsimpson1 authored Apr 12, 2024
2 parents 62adf9e + 9cad2f3 commit 2dcc78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- id: upload-digests
uses: actions/upload-artifact@v4
with:
name: digests-base-${{ matrix.arch }}
name: digests-base-${{ join(matrix.version.rubyver, '.') }}-${{ matrix.arch }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit 2dcc78b

Please sign in to comment.