mirror of
https://github.com/xzeldon/vwdump.git
synced 2025-06-28 06:58:15 +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:
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user