Skip to content

Commit

Permalink
Another 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 9cad2f3 commit 3b269d4
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 @@ -165,7 +165,7 @@ jobs:
- id: upload-digests
uses: actions/upload-artifact@v4
with:
name: digests-base-${{ join(matrix.version.rubyver, '.') }}-${{ matrix.arch }}
name: digests-${{ join(matrix.version.rubyver, '.') }}-${{ matrix.arch }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand All @@ -188,7 +188,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: /tmp/digests
pattern: digests-*
pattern: digests-${{ join(matrix.version.rubyver, '.') }}-*
merge-multiple: true

- uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 3b269d4

Please sign in to comment.