Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/bake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Upload original tags
# Only upload once per image (both platforms produce the same tag list)
if: steps.check-platform.outputs.supported == 'true' && github.event_name != 'pull_request' && matrix.arch.slug == 'amd64'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: tags-${{ matrix.image }}
path: images/${{ matrix.image }}/original-tags.txt
Expand All @@ -224,7 +224,7 @@ jobs:
steps:
- name: Download tag artifacts
id: download
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: tags-${{ matrix.image }}
path: tags
Expand Down
Loading