Skip to content

Commit

Permalink
Merge pull request #678 from birtony/update-wallet-demo-app
Browse files Browse the repository at this point in the history
chore: updated wallet-demo-app to latest
  • Loading branch information
rolsonquadras authored Sep 15, 2023
2 parents 59cfd94 + 38e3737 commit cb6f1b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wallet-demo-app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ OS = $(shell uname -s | tr '[:upper:]' '[:lower:]')
ARCH = $(shell uname -m | sed 's/x86_64/amd64/')

#IMAGES
WALLET_DEMO_APP_IMG ?= ghcr.io/trustbloc-cicd/wallet-demo-app:1.2.4-snapshot-dc9d264
WALLET_DEMO_APP_IMG ?= ghcr.io/trustbloc-cicd/wallet-demo-app:1.2.6-snapshot-3e07c60


# do not modify
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ kind: Kustomization
images:
- name: wallet-demo-app
newName: ghcr.io/trustbloc-cicd/wallet-demo-app
newTag: 1.2.4-snapshot-dc9d264
newTag: 1.2.6-snapshot-3e07c60

0 comments on commit cb6f1b7

Please sign in to comment.