From 5aa0152a299f3b3ccff4edd15a78a2267e7a6ab2 Mon Sep 17 00:00:00 2001 From: Avimitin Date: Wed, 10 Apr 2024 21:59:27 +0800 Subject: [PATCH] test Signed-off-by: Avimitin --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index adc0f5bb9..1e4b30fa3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,12 +25,12 @@ jobs: closure="$(nix build -L '.#t1.${{ matrix.config }}.release.docker-layers.final-image' --no-link --print-out-paths)" echo "path: $closure" cp "$closure/image.tar" /tmp/t1-image.tar - echo "cache-key=$(nix hash file --base32 /tmp/t1-image.tar)" > $GITHUB_OUTPUT + #echo "cache-key=$(nix hash file --base32 /tmp/t1-image.tar)" > $GITHUB_OUTPUT - name: Upload to cache uses: actions/cache/save@v4 with: path: /tmp/t1-image.tar - key: ${{ steps.build.outputs.cache-key }} + key: foo upload: runs-on: ubuntu-latest @@ -42,7 +42,7 @@ jobs: with: path: /tmp/t1-image.tar fail-on-cache-miss: true - key: ${{ needs.build.outputs.cache-key }} + key: foo - name: Login to GHCR dot IO uses: docker/login-action@v2 with: