File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 7575 id : buildx
7676 uses : docker/setup-buildx-action@master
7777
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-
8678 - name : Login to DockerHub
8779 if : github.event_name != 'pull_request'
8880 uses : docker/login-action@v3
10395 push : true
10496 tags : ${{ steps.meta.outputs.tags }}
10597 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 1919 platforms : linux/amd64,linux/arm64,linux/arm/v7
2020 branch : vod
2121 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
2822
2923 steps :
3024 - name : Checkout
You can’t perform that action at this time.
0 commit comments