Skip to content

Commit 95795d2

Browse files
committed
fix image name
1 parent fa0c7c7 commit 95795d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nettools-images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
id: meta
6262
uses: docker/metadata-action@v5
6363
with:
64-
images: ghcr.io/${{ github.repository }}/pumba-${{ matrix.image.name }}
64+
images: ghcr.io/${{ github.repository_owner }}/pumba-${{ matrix.image.name }}
6565
flavor: |
6666
latest=true
6767
tags: |

0 commit comments

Comments
 (0)