Skip to content

Commit ad87aa6

Browse files
committed
Fix published docker image name
We are pushing lighty.io's netconf simulator. Use that in resulting image name. JIRA: LIGHTY-385 Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
1 parent ce80f24 commit ad87aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-simulator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
permissions:
2222
contents: read
2323
packages: write
24-
name: "Publish netconf-simulator docker image"
24+
name: "Publish lighty.io netconf-simulator docker image"
2525
env:
26-
IMAGE_NAME: "netconf-simulator"
26+
IMAGE_NAME: "lighty-netconf-simulator"
2727
REGISTRY: "ghcr.io/pantheontech"
2828

2929
steps:

0 commit comments

Comments
 (0)