Skip to content

Commit

Permalink
Merge pull request #674 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 7, 2023
2 parents 731be13 + f0b6ab8 commit 30668d5
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.2-snapshot-a6a1a39
WALLET_DEMO_APP_IMG ?= ghcr.io/trustbloc-cicd/wallet-demo-app:1.2.4-snapshot-dc9d264


# 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.2-snapshot-a6a1a39
newTag: 1.2.4-snapshot-dc9d264

0 comments on commit 30668d5

Please sign in to comment.