1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-07-15 10:14:37 +03:00

Update dockerize.yml

This commit is contained in:
jmqm
2021-08-09 13:12:03 -05:00
committed by GitHub
parent 8b8aba2819
commit e8e8b65e66

View File

@ -10,6 +10,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
USER: jmqm
REPOSITORY: vaultwarden_backup
TAG: latest
steps:
- name: Check out repo.
@ -26,7 +30,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
repository: jmqm/vaultwarden_backup
repository: $USER/$REPOSITORY
short-description: ${{ github.event.repository.description }}
readme-filepath: ./README.md
@ -36,4 +40,4 @@ jobs:
with:
context: .
push: true
tags: latest
tags: $USER/$REPOSITORY:$TAG