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:12:03 -05:00 committed by GitHub
parent 8b8aba2819
commit e8e8b65e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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