Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 9ae331d

Browse files
author
rfaircloth-splunk
committed
fix: image upload
1 parent 944c2db commit 9ae331d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
id: docker_action_meta
5555
uses: docker/metadata-action@v3
5656
with:
57-
images: ghcr.io/splunk/${{ github.repository }}
57+
images: ghcr.io/${{ github.repository }}
5858
tags: |
5959
type=semver,pattern=v{{major}}.{{minor}}
6060
type=semver,pattern=v{{major}}

0 commit comments

Comments
 (0)