From f243b291e05643b0e9ebc3d8691d3b6a4ca46b7d Mon Sep 17 00:00:00 2001 From: Ben Courliss Date: Tue, 16 Jan 2024 11:52:50 -0500 Subject: [PATCH] Updated to use latest 1.14.8 Vault. Added new workflow_dispatch to allow building as needed Signed-off-by: Ben Courliss --- .github/workflows/build-push.yml | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 489eb4a..8941c74 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -3,6 +3,7 @@ name: build-push # This workflow triggers on any push (or merge) to the listed branch(es) on: + workflow_dispatch: push: branches: - master diff --git a/Makefile b/Makefile index dfc74a4..7626581 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := /bin/bash arch_tag ?= $(shell ./tools/arch-tag) arch ?= $(arch_tag) -VAULT_VERSION ?= 1.14.5 +VAULT_VERSION ?= 1.14.8 VAULT_GPGKEY ?= C874011F0AB405110D02105534365D9472D7468F VAULT_PLUGIN_HASH := ""