Skip to content

Commit

Permalink
build: correct tag names
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Feb 18, 2025
1 parent 969911d commit 3c01ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
for (const img of images) {
const repo = `ghcr.io/${{ github.repository }}/${img}`
output[img] = tags.map(t => `${img}:${t}`).join(',')
output[img] = tags.map(t => `${repo}:${t}`).join(',')
}
// Have any tags been created
Expand Down

0 comments on commit 3c01ef6

Please sign in to comment.