Skip to content

Commit 9957c45

Browse files
authored
Merge pull request #14 from badpacketsllc/13-github-actions-is-unable-to-publish-the-container-images
Correct Docker Hub image name in GitHub Actions workflow
2 parents df77e4e + f86fb87 commit 9957c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ jobs:
8080
context: .
8181
platforms: linux/amd64,linux/arm64
8282
push: true
83-
tags: ${{ github.repository }}:latest
83+
tags: badpacketsllc/prospector:latest

0 commit comments

Comments
 (0)