Skip to content

Commit 53aff08

Browse files
committed
deploy docker image for frequency version v1.13.0-rc2
1 parent eb4f126 commit 53aff08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
file: Dockerfile
3232
tags: |
3333
dsnp/instant-seal-node-with-deployed-schemas:${{ env.TAG }}
34-
dsnp/instant-seal-node-with-deployed-schemas:latest
34+
# dsnp/instant-seal-node-with-deployed-schemas:latest
3535

3636

3737
- name: Image digests

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# locally in instant seal mode then deploying schemas to that node.
33

44
#This pulls the latest standalone-node image
5-
FROM frequencychain/standalone-node:latest as frequency-image
5+
FROM frequencychain/standalone-node:v1.13.0-rc2 as frequency-image
66

77
#Switch to root to install node on image
88
USER root

0 commit comments

Comments
 (0)