1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-06-28 03: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: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
USER: jmqm
REPOSITORY: vaultwarden_backup
TAG: latest
steps: steps:
- name: Check out repo. - name: Check out repo.
@ -26,7 +30,7 @@ jobs:
with: with:
username: ${{ secrets.DOCKER_HUB_USERNAME }} username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }} password: ${{ secrets.DOCKER_HUB_PASSWORD }}
repository: jmqm/vaultwarden_backup repository: $USER/$REPOSITORY
short-description: ${{ github.event.repository.description }} short-description: ${{ github.event.repository.description }}
readme-filepath: ./README.md readme-filepath: ./README.md
@ -36,4 +40,4 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: latest tags: $USER/$REPOSITORY:$TAG