Skip to content

Commit ad0092b

Browse files
authored
chore: Fix container name (#41)
Fix name
1 parent 0a0f8be commit ad0092b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
description: "container image to deploy"
3232
type: string
3333
required: true
34-
default: "fluencelabs/fluence-network-explorer:latest"
34+
default: "fluencelabs/fluence-network-exporter:latest"
3535
ref:
3636
description: "git ref to deploy from"
3737
type: string
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
environment:
4949
name: ${{ inputs.env || github.event.inputs.env }}
50-
url: "https://github.com/fluencelabs/fluence-network-explorer/commit/${{ github.sha }}"
50+
url: "https://github.com/fluencelabs/fluence-network-exporter/commit/${{ github.sha }}"
5151

5252
defaults:
5353
run:

0 commit comments

Comments
 (0)