File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 47
47
ghcr.io/argoproj/argo-rollouts
48
48
tags : |
49
49
type=semver,pattern={{version}},prefix=v,value=${{ github.event.inputs.tag }}
50
+ flavor : |
51
+ latest=false
50
52
51
53
- name : Docker meta (plugin)
52
54
id : plugin-meta
57
59
ghcr.io/argoproj/kubectl-argo-rollouts
58
60
tags : |
59
61
type=semver,pattern={{version}},prefix=v,value=${{ github.event.inputs.tag }}
62
+ flavor : |
63
+ latest=false
60
64
61
65
- name : Login to GitHub Container Registry
62
66
if : github.event_name != 'pull_request'
77
81
- name : Build and push (controller-image)
78
82
uses : docker/build-push-action@v2
79
83
with :
84
+ context : .
80
85
platforms : linux/amd64,linux/arm64
81
86
push : true
82
87
tags : ${{ steps.controller-meta.outputs.tags }}
86
91
- name : Build and push (plugin-image)
87
92
uses : docker/build-push-action@v2
88
93
with :
94
+ context : .
89
95
target : kubectl-argo-rollouts
90
96
platforms : linux/amd64,linux/arm64
91
97
push : true
You can’t perform that action at this time.
0 commit comments