+
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)
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
push: [fix_totp_auth]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -17,6 +16,6 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_PASS }}
|
||||
repository: flant/ovpn-admin
|
||||
repository: erste/openvpn
|
||||
tags: latest
|
||||
dockerfile: Dockerfile
|
||||
|
|
Loading…
Reference in a new issue