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

Update dockerize.yml

This commit is contained in:
jmqm 2021-08-09 13:15:59 -05:00 committed by GitHub
parent e8e8b65e66
commit 7c945771a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,8 +29,8 @@ jobs:
uses: peter-evans/dockerhub-description@v2.4.3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
repository: $USER/$REPOSITORY
password: ${{ secrets.DOCKER_HUB_PASSWORD }} # This action does not support tokens.
repository: ${{ env.USER }}/${{ env.REPOSITORY }}
short-description: ${{ github.event.repository.description }}
readme-filepath: ./README.md
@ -40,4 +40,4 @@ jobs:
with:
context: .
push: true
tags: $USER/$REPOSITORY:$TAG
tags: ${{ env.USER }}/${{ env.REPOSITORY }}:${{ env.TAG }}