Skip to content

Commit a684704

Browse files
authored
Drop experimental gha caching (#253)
1 parent 1141cca commit a684704

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/dockerimage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ jobs:
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)"

.github/workflows/update-current-image.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)