Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit 975c556

Browse files
author
rfaircloth-splunk
committed
fix: correct image path
1 parent 03afb42 commit 975c556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
id: docker_meta
174174
uses: docker/metadata-action@v3
175175
with:
176-
images: ghcr.io/splunk/splunk-connect-for-snmp-poller
176+
images: ghcr.io/${{ github.repository }}
177177
tags: |
178178
type=semver,pattern=v{{major}}.{{minor}}
179179
type=semver,pattern=v{{major}}

0 commit comments

Comments
 (0)