File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 platforms : linux/${{ matrix.platform }}
7373 load : true
7474 tags : ${{ env.IMAGE_NAME }}-${{ env.LATEST_VERSION }}
75- cache-from : type=gha
76- cache-to : type=gha,mode=max
7775
7876 - name : Test Image
7977 run : docker run --rm ${{ env.IMAGE_NAME }}-${{ env.LATEST_VERSION }} -e "console.log('Hello from Node.js ' + process.version)"
Original file line number Diff line number Diff line change @@ -122,8 +122,6 @@ jobs:
122122 platforms : linux/${{ matrix.platform }}
123123 load : true
124124 tags : ${{ env.IMAGE_NAME }}-${{ needs.check_version.outputs.NODE_VERSION }}
125- cache-from : type=gha
126- cache-to : type=gha,mode=max
127125
128126 - name : Test Image
129127 run : docker run --rm ${{ env.IMAGE_NAME }}-${{ needs.check_version.outputs.NODE_VERSION }} -e "console.log('Hello from Node.js ' + process.version)"
@@ -149,5 +147,3 @@ jobs:
149147 sbom : true
150148 tags : ${{ steps.meta.outputs.tags }}
151149 labels : ${{ steps.meta.outputs.labels }}
152- cache-from : type=gha
153- cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments