File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 51
51
password : ${{ secrets.GH_TOKEN }}
52
52
53
53
- name : Login to Quay.io
54
- if : github.event_name != 'pull_request'
54
+ if : github.event_name != 'pull_request'
55
55
uses : docker/login-action@v2
56
56
with :
57
57
registry : quay.io
76
76
cache-from : type=local,src=/tmp/.buildx-cache
77
77
cache-to : type=local,dest=/tmp/.buildx-cache
78
78
platforms : linux/amd64,linux/arm,linux/arm64
79
+ provenance : false
79
80
build-args : |
80
81
BUILD_VERSION=${{ github.event.release.tag_name }}
81
82
GO_VERSION=${{ env.GO_VERSION }}
94
95
cache-from : type=local,src=/tmp/.buildx-cache
95
96
cache-to : type=local,dest=/tmp/.buildx-cache
96
97
platforms : linux/amd64,linux/arm,linux/arm64
98
+ provenance : false
97
99
build-args : |
98
100
BUILD_VERSION=${{ env.sha_short }}
99
101
GO_VERSION=${{ env.GO_VERSION }}
You can’t perform that action at this time.
0 commit comments