File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5151
5252 # Restore local cache
5353 - name : Restore cache
54- uses : actions/cache@v3
54+ uses : actions/cache@v4
5555 with :
5656 path : /tmp/.buildx-cache
5757 key : ${{ github.job }}-${{ runner.os }}-buildx-attester
Original file line number Diff line number Diff line change 4848
4949 # Restore local cache
5050 - name : Restore cache
51- uses : actions/cache@v3
51+ uses : actions/cache@v4
5252 with :
5353 path : /tmp/.buildx-cache
5454 key : ${{ github.job }}-${{ runner.os }}-buildx-base
Original file line number Diff line number Diff line change 5050
5151 # Restore local cache
5252 - name : Restore cache
53- uses : actions/cache@v3
53+ uses : actions/cache@v4
5454 with :
5555 path : /tmp/.buildx-cache
5656 key : ${{ github.job }}-${{ runner.os }}-buildx-custom-issuer
Original file line number Diff line number Diff line change 5151
5252 # Restore local cache
5353 - name : Restore cache
54- uses : actions/cache@v3
54+ uses : actions/cache@v4
5555 with :
5656 path : /tmp/.buildx-cache
5757 key : ${{ github.job }}-${{ runner.os }}-buildx-relayer
Original file line number Diff line number Diff line change @@ -110,9 +110,9 @@ jobs:
110110 --install --atomic --wait --timeout 301s \
111111 --values values/${{ github.event.inputs.environment }}.yaml \
112112 --set-string timestamp=${NOW} \
113- --set-string tagRelayer=${{ github.event.inputs.relayer-tag }} \
114- --set-string tagAttester=${{ github.event.inputs.attester-tag }} \
115- --set-string tagCustomIssuer=${{ github.event.inputs.custom-issuer-tag }} \
113+ --set-string tagRelayer=" ${{ github.event.inputs.relayer-tag }}" \
114+ --set-string tagAttester=" ${{ github.event.inputs.attester-tag }}" \
115+ --set-string tagCustomIssuer=" ${{ github.event.inputs.custom-issuer-tag }}" \
116116 --debug
117117
118118 # Send Slack message if any previous step has failed in this job
You can’t perform that action at this time.
0 commit comments