mirror of
https://github.com/xzeldon/vwdump.git
synced 2025-06-28 10:58:15 +03:00
Update dockerize.yml
This commit is contained in:
parent
e8e8b65e66
commit
7c945771a5
6
.github/workflows/dockerize.yml
vendored
6
.github/workflows/dockerize.yml
vendored
@ -29,8 +29,8 @@ jobs:
|
|||||||
uses: peter-evans/dockerhub-description@v2.4.3
|
uses: peter-evans/dockerhub-description@v2.4.3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
password: ${{ secrets.DOCKER_HUB_PASSWORD }} # This action does not support tokens.
|
||||||
repository: $USER/$REPOSITORY
|
repository: ${{ env.USER }}/${{ env.REPOSITORY }}
|
||||||
short-description: ${{ github.event.repository.description }}
|
short-description: ${{ github.event.repository.description }}
|
||||||
readme-filepath: ./README.md
|
readme-filepath: ./README.md
|
||||||
|
|
||||||
@ -40,4 +40,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: $USER/$REPOSITORY:$TAG
|
tags: ${{ env.USER }}/${{ env.REPOSITORY }}:${{ env.TAG }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user