File tree 2 files changed +0
-16
lines changed
2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 75
75
id : buildx
76
76
uses : docker/setup-buildx-action@master
77
77
78
- - name : Cache Docker layers
79
- uses : actions/cache@v4
80
- with :
81
- path : /tmp/.buildx-cache
82
- key : ${{ runner.os }}-buildx-${{ github.sha }}
83
- restore-keys : |
84
- ${{ runner.os }}-buildx-
85
-
86
78
- name : Login to DockerHub
87
79
if : github.event_name != 'pull_request'
88
80
uses : docker/login-action@v3
103
95
push : true
104
96
tags : ${{ steps.meta.outputs.tags }}
105
97
labels : ${{ steps.meta.outputs.labels }}
106
- cache-from : type=local,src=/tmp/.buildx-cache
107
- cache-to : type=local,dest=/tmp/.buildx-cache-new
Original file line number Diff line number Diff line change 19
19
platforms : linux/amd64,linux/arm64,linux/arm/v7
20
20
branch : vod
21
21
key : alpine3.19
22
- - os : alpine
23
- os_version : " 3.16"
24
- golang : golang:1.19-alpine3.16
25
- platforms : linux/amd64,linux/arm64,linux/arm/v7
26
- branch : vod
27
- key : alpine3.16
28
22
29
23
steps :
30
24
- name : Checkout
You can’t perform that action at this time.
0 commit comments