mirror of
https://github.com/xzeldon/vwdump.git
synced 2025-06-28 20:18:15 +03:00
Update dockerize.yml
This commit is contained in:
parent
4e231f5557
commit
9ac8c1ea06
8
.github/workflows/dockerize.yml
vendored
8
.github/workflows/dockerize.yml
vendored
@ -16,16 +16,16 @@ jobs:
|
|||||||
TAG: latest
|
TAG: latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repo.
|
- name: Check out repo
|
||||||
uses: actions/checkout@v2.3.4
|
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
|
uses: docker/login-action@v1.10.0
|
||||||
with:
|
with:
|
||||||
username: ${{ env.USERNAME }}
|
username: ${{ env.USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||||
|
|
||||||
- name: Update README and description.
|
- name: Update README and description
|
||||||
uses: peter-evans/dockerhub-description@v2.4.3
|
uses: peter-evans/dockerhub-description@v2.4.3
|
||||||
with:
|
with:
|
||||||
username: ${{ env.USERNAME }}
|
username: ${{ env.USERNAME }}
|
||||||
@ -34,7 +34,7 @@ jobs:
|
|||||||
short-description: ${{ github.event.repository.description }}
|
short-description: ${{ github.event.repository.description }}
|
||||||
readme-filepath: ./README.md
|
readme-filepath: ./README.md
|
||||||
|
|
||||||
- name: Build image and push to Docker hub.
|
- name: Build image and push to Docker hub
|
||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@v2.6.1
|
uses: docker/build-push-action@v2.6.1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user