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:
parent
8b8aba2819
commit
e8e8b65e66
8
.github/workflows/dockerize.yml
vendored
8
.github/workflows/dockerize.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user