diff --git a/.github/workflows/image-push-master.yml b/.github/workflows/image-push-master.yml index 5fd753d1f..c22f32de6 100644 --- a/.github/workflows/image-push-master.yml +++ b/.github/workflows/image-push-master.yml @@ -7,7 +7,7 @@ env: image-push-owner: 'k8snetworkplumbingwg' jobs: push: - name: Image push + name: Image push/ghcr runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory diff --git a/.github/workflows/image-push-release.yml b/.github/workflows/image-push-release.yml index 042e2a751..d400fee95 100644 --- a/.github/workflows/image-push-release.yml +++ b/.github/workflows/image-push-release.yml @@ -7,7 +7,7 @@ env: image-push-owner: 'k8snetworkplumbingwg' jobs: push-amd64: - name: Image push + name: Image push/ghcr runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory