Skip to content

Commit

Permalink
Attempt to fix image builds getting tagged with all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samsimpson1 committed Apr 12, 2024
1 parent 62adf9e commit 9cad2f3
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 9cad2f3

Please sign in to comment.