From fbf2c890ee7faef7e2e35ab413b9ddfeb4cec735 Mon Sep 17 00:00:00 2001 From: Alexey Kolegov Date: Mon, 16 Jan 2023 13:47:42 +0200 Subject: [PATCH] revert actions --- .github/workflows/publish-latest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-latest.yaml b/.github/workflows/publish-latest.yaml index 21f1830..2976c31 100644 --- a/.github/workflows/publish-latest.yaml +++ b/.github/workflows/publish-latest.yaml @@ -17,6 +17,6 @@ jobs: with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASS }} - repository: erste/openvpn + repository: flant/ovpn-admin tags: latest dockerfile: Dockerfile