diff --git a/.github/actions/do-build/action.yaml b/.github/actions/do-build/action.yaml index b557281..3aa6a32 100644 --- a/.github/actions/do-build/action.yaml +++ b/.github/actions/do-build/action.yaml @@ -29,7 +29,7 @@ runs: uses: actions/cache@v4 with: path: /tmp/packer_cache - key: ${{ steps.install-packer.CACHE_KEY }} + key: ${{ steps.install-packer.outputs.CACHE_KEY }} - name: build image shell: bash