Prepare universal workflow

This commit is contained in:
Alexey Pustovalov 2024-02-09 00:45:25 +09:00
parent 9c6161c020
commit 06249ed306

View File

@ -411,7 +411,6 @@ jobs:
echo "${{ steps.docker_build.outputs.digest }}" > ${{ matrix.build }}_${{ matrix.os }}
- name: Cache image digest
id: cache-image-digest
uses: actions/cache@v4
with:
path: ${{ matrix.build }}_${{ matrix.os }}