File tree 1 file changed +2
-12
lines changed
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 30
30
- name : Set up Docker Buildx
31
31
uses : docker/setup-buildx-action@v3
32
32
33
- - name : Cache Docker Layers
34
- uses : actions/cache@v4
35
- with :
36
- path : /tmp/.buildx-cache
37
- key : ${{ runner.os }}-buildx-${{ github.sha }}
38
- restore-keys : |
39
- ${{ runner.os }}-buildx-
40
-
41
33
- name : Login to GitHub Container Registry
42
34
uses : docker/login-action@v3
43
35
with :
56
48
push : true
57
49
tags : |
58
50
${{ env.GHCR_IMAGE }}:${{ inputs.image_tag }}
59
- cache-from : type=local,src=/tmp/.buildx-cache
60
- cache-to : type=local,dest=/tmp/.buildx-cache
51
+ no-cache : true
61
52
platforms : linux/amd64
62
53
63
54
- name : Image Digest (linux/amd64)
74
65
push : true
75
66
tags : |
76
67
${{ env.GHCR_IMAGE }}:${{ inputs.image_tag }}
77
- cache-from : type=local,src=/tmp/.buildx-cache
78
- cache-to : type=local,dest=/tmp/.buildx-cache
68
+ no-cache : true
79
69
platforms : linux/arm64/v8
80
70
81
71
- name : Image Digest (linux/arm64)
You can’t perform that action at this time.
0 commit comments