Skip to content

Commit

Permalink
Clarify job, step names.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmaymay committed Oct 20, 2023
1 parent cc37a10 commit dfca052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:

jobs:
push_to_registry:
name: Push Docker image to Docker Hub
name: Build and push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down Expand Up @@ -62,11 +62,11 @@ jobs:
load: true
tags: ${{ env.TEST_TAG }}

- name: Test
- name: Test Docker image
run: |
docker run --rm ${{ env.TEST_TAG }} tox -e pep8,py
- name: Build and push Docker image
- name: Push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
Expand Down

0 comments on commit dfca052

Please sign in to comment.