1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-06-27 23:48:15 +03:00

Update dockerize.yml

This commit is contained in:
jmqm 2021-08-09 13:28:14 -05:00 committed by GitHub
parent 4e231f5557
commit 9ac8c1ea06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}
@ -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: