Skip to content

Commit

Permalink
Update dockerize.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmqm authored Aug 9, 2021
1 parent 4e231f5 commit 9ac8c1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dockerize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
TAG: latest

steps:
- name: Check out repo.
- name: Check out repo
uses: actions/checkout@v2.3.4

- name: Log in to Docker Hub.
- name: Log in to Docker Hub
uses: docker/login-action@v1.10.0
with:
username: ${{ env.USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}

- name: Update README and description.
- name: Update README and description
uses: peter-evans/dockerhub-description@v2.4.3
with:
username: ${{ env.USERNAME }}
Expand All @@ -34,7 +34,7 @@ jobs:
short-description: ${{ github.event.repository.description }}
readme-filepath: ./README.md

- name: Build image and push to Docker hub.
- name: Build image and push to Docker hub
id: docker_build
uses: docker/build-push-action@v2.6.1
with:
Expand Down

0 comments on commit 9ac8c1e

Please sign in to comment.