Skip to content

Commit fea2a3a

Browse files
committed
fix(gha): use github actor in image name
1 parent a07ff9e commit fea2a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Build image
111111
env:
112-
IMAGE_NAME: ghcr.io/nvidia/container-toolkit
112+
IMAGE_NAME: ghcr.io/${{ github.actor }}/container-toolkit
113113
VERSION: ${{ inputs.version }}
114114
PUSH_ON_BUILD: "true"
115115
BUILD_MULTI_ARCH_IMAGES: ${{ inputs.build_multi_arch_images }}

0 commit comments

Comments
 (0)