Skip to content

Commit

Permalink
Simplify action, job name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmaymay committed Oct 20, 2023
1 parent dfca052 commit de84d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# To get a newer version, you will need to update the SHA.
# You can also reference a tag or branch, but the action may change without warning.

name: Build and push Docker image
name: Docker build and push

on:
workflow_dispatch:
Expand All @@ -29,7 +29,7 @@ env:

jobs:
push_to_registry:
name: Build and push Docker image to Docker Hub
name: Build and push Docker image
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down

0 comments on commit de84d2e

Please sign in to comment.