Skip to content

Commit 35011d3

Browse files
committed
add org name to image name
1 parent 442d9ec commit 35011d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
1010
env:
1111
REGISTRY: ghcr.io
12-
IMAGE_NAME: srx-workflows
12+
IMAGE_NAME: nsls-ii-srx/srx-workflows
1313

1414
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
1515
jobs:

0 commit comments

Comments
 (0)