We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0c7c7 commit 95795d2Copy full SHA for 95795d2
.github/workflows/nettools-images.yaml
@@ -61,7 +61,7 @@ jobs:
61
id: meta
62
uses: docker/metadata-action@v5
63
with:
64
- images: ghcr.io/${{ github.repository }}/pumba-${{ matrix.image.name }}
+ images: ghcr.io/${{ github.repository_owner }}/pumba-${{ matrix.image.name }}
65
flavor: |
66
latest=true
67
tags: |
0 commit comments