Skip to content

Commit

Permalink
Rename builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
ivivanov committed Feb 7, 2023
1 parent 08d127a commit e86c118
Showing 3 changed files with 1 addition and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ env:
IMAGE_NAME: "builder"
IMAGE_NAME_FULL: "public.ecr.aws/nolus/builder"
IMAGE_TAG: "0.7"
IMAGE_DOCKERFILE: "./build/builder_spec.Dockerfile"
IMAGE_DOCKERFILE: ".github/images/builder.Dockerfile"

jobs:
check-exist:
1 change: 0 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -12,7 +12,6 @@ env:
ARTIFACT_SCRIPTS: "scripts.tar.gz"
IMAGE_NAME: "public.ecr.aws/nolus/node"
VERSION_TAG: ${{ github.ref_name }}
IMAGE_DOCKERFILE: "./build/builder_spec.Dockerfile"
ACCOUNTS_DIR: "accounts"
SMART_CONTRACTS_ADMIN_ADDR: "nolus15jv5h5wjf3haljzfk5vcxx86n33rswsm7u3jgn"
NLS_DENOM: "unls"

0 comments on commit e86c118

Please sign in to comment.