diff options
| author | jannfis <jann@mistrust.net> | 2022-01-16 19:01:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-16 19:01:38 +0100 |
| commit | d16e3e6e986b59ab6ee5e6be5b17193b0643b1e8 (patch) | |
| tree | a6039e5ded3d819f9b423f178b85a421e32166b4 /Makefile | |
| parent | 4219456c3aa323add86e12212b58529b6ba5e251 (diff) | |
chore(deps): Update Argo CD dependencies to 2.2.2 (#351)
* chore(deps): Update Argo CD dependencies to 2.2.2
Signed-off-by: jannfis <jann@mistrust.net>
* Do not vendor before image build
Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -71,12 +71,11 @@ controller: CGO_ENABLED=0 GOOS=${OS} GOARCH=${ARCH} go build -ldflags '${LDFLAGS}' -o ${OUTDIR}/${BINNAME} cmd/*.go .PHONY: image -image: clean-image mod-vendor +image: clean-image docker build \ -t ${IMAGE_PREFIX}${IMAGE_NAME}:${IMAGE_TAG} \ --pull \ . - rm -rf vendor/ .PHONY: multiarch-image multiarch-image: |
