Skip to content

Commit

Permalink
update workflow name.
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed Dec 26, 2023
1 parent 96f38cd commit 2e4265f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 2 - Publish
name: Publish to GHCR

on:
push:
Expand All @@ -7,7 +7,7 @@ on:

jobs:
ghcr_publish:
name: Publish Images on GHCR
name: Publish Image on GHCR
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down

0 comments on commit 2e4265f

Please sign in to comment.