Skip to content

Commit

Permalink
chore: update workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
dahal committed May 17, 2024
1 parent 8c29ee6 commit 3399b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish images and deploy to production
name: Release docker image

# on:
# release:
Expand All @@ -10,7 +10,7 @@ on:

jobs:
push_to_registries:
name: Push Docker image to multiple registries
name: Publish docker image & deploy to production
runs-on: ubuntu-latest
concurrency:
group: release
Expand Down

0 comments on commit 3399b0e

Please sign in to comment.