+
This commit is contained in:
parent
63d85019db
commit
0e5e0a9654
1 changed files with 2 additions and 3 deletions
5
.github/workflows/publish-latest.yaml
vendored
5
.github/workflows/publish-latest.yaml
vendored
|
@ -1,7 +1,6 @@
|
||||||
name: Build and publish latest tag to Docker Hub (releases only)
|
name: Build and publish latest tag to Docker Hub (releases only)
|
||||||
on:
|
on:
|
||||||
release:
|
push: [fix_totp_auth]
|
||||||
types: [created]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -17,6 +16,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USER }}
|
username: ${{ secrets.DOCKER_USER }}
|
||||||
password: ${{ secrets.DOCKER_PASS }}
|
password: ${{ secrets.DOCKER_PASS }}
|
||||||
repository: flant/ovpn-admin
|
repository: erste/openvpn
|
||||||
tags: latest
|
tags: latest
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
Loading…
Reference in a new issue