mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-16 13:26:15 -08:00
+
This commit is contained in:
parent
63d85019db
commit
0e5e0a9654
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…
x
Reference in New Issue
Block a user