Skip to content

Commit

Permalink
Merge pull request open-horizon#68 from bencourliss/master
Browse files Browse the repository at this point in the history
Updated to use latest 1.14.8 Vault.
  • Loading branch information
bencourliss authored Jan 16, 2024
2 parents 307e6f7 + f243b29 commit 0856562
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 0856562

Please sign in to comment.