We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ea40b commit 8fdf1fcCopy full SHA for 8fdf1fc
.github/workflows/release_docker.yml
@@ -95,7 +95,7 @@ jobs:
95
digest="${{ steps.build.outputs.digest }}"
96
touch "${{ runner.temp }}/digests/${{ matrix.image.tag }}/${digest#sha256:}"
97
- name: Upload digest
98
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
99
with:
100
name: ${{ matrix.image.tag }}-digests-${{ env.PLATFORM }}
101
path: ${{ runner.temp }}/digests/${{ matrix.image.tag }}/*
0 commit comments