Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The labels declared in this file are the ones available
# https://github.com/ansys-internal/pylumerical/labels
# https://github.com/ansys/pylumerical/labels

# -- Defects, glitches, and vulnerabilities labels ---------------------------

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
id-token: write
contents: write
env:
DOCKER_IMAGE_LUMERICAL_UNIFIED: 'ghcr.io/ansys-internal/lumerical-unified:v252_3'
DOCKER_IMAGE_LUMERICAL_UNIFIED: 'ghcr.io/ansys/lumerical-unified:v252_3'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you have to migrate this location?

Cc. @crees-ansys

DOCKER_CONTAINER_LUMERICAL_UNIFIED_NAME: 'lumerical-unified'
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
id-token: write
contents: write
env:
DOCKER_IMAGE_LUMERICAL_UNIFIED: 'ghcr.io/ansys-internal/lumerical-unified:v252_3'
DOCKER_IMAGE_LUMERICAL_UNIFIED: 'ghcr.io/ansys/lumerical-unified:v252_3'
DOCKER_CONTAINER_LUMERICAL_UNIFIED_NAME: 'lumerical-unified'
steps:

Expand Down
1 change: 1 addition & 0 deletions doc/source/changelog/27.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add proper image path.
Loading