Skip to content

Commit c4c5102

Browse files
authored
Merge pull request #312 from ihrasko/simulator-docker-name
Fix published docker image name
2 parents ce80f24 + ad87aa6 commit c4c5102

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)