Skip to content

Commit

Permalink
feat: clarify push jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Jorik Jonker <jorik.jonker@eu.equinix.com>
  • Loading branch information
jonkerj committed Apr 18, 2023
1 parent a2b054b commit 03def7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03def7d

Please sign in to comment.