Skip to content

Commit

Permalink
Updated to use latest 1.14.8 Vault. Added new workflow_dispatch to al…
Browse files Browse the repository at this point in the history
…low building as needed

Signed-off-by: Ben Courliss <[email protected]>
  • Loading branch information
Ben Courliss committed Jan 16, 2024
1 parent 307e6f7 commit f243b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 := ""

Expand Down

0 comments on commit f243b29

Please sign in to comment.