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
7c945771a5
commit
4e231f5557
10
.github/workflows/dockerize.yml
vendored
10
.github/workflows/dockerize.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
USER: jmqm
|
USERNAME: jmqm
|
||||||
REPOSITORY: vaultwarden_backup
|
REPOSITORY: vaultwarden_backup
|
||||||
TAG: latest
|
TAG: latest
|
||||||
|
|
||||||
@ -22,15 +22,15 @@ jobs:
|
|||||||
- 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: ${{ secrets.DOCKER_HUB_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: ${{ secrets.DOCKER_HUB_USERNAME }}
|
username: ${{ env.USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }} # This action does not support tokens.
|
password: ${{ secrets.DOCKER_HUB_PASSWORD }} # This action does not support tokens.
|
||||||
repository: ${{ env.USER }}/${{ env.REPOSITORY }}
|
repository: ${{ env.USERNAME }}/${{ 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: ${{ env.USER }}/${{ env.REPOSITORY }}:${{ env.TAG }}
|
tags: ${{ env.USERNAME }}/${{ env.REPOSITORY }}:${{ env.TAG }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user