This commit is contained in:
2023-11-20 14:28:09 +01:00
parent c665ad8d28
commit ee6c5f360a
2 changed files with 3 additions and 15 deletions

View File

@@ -1,8 +1,5 @@
name: ci/cd to build and push docker image wafwoof in private registry
env:
GIT_REPO: staffadmin/wafw00f
on:
push:
tags:
@@ -31,9 +28,8 @@ jobs:
- name: Git clone private repository
uses: actions/checkout@v4
with:
repository: ${{ env.GIT_REPO }}
repository: ${{ gitea.repository }}
token: ${{ secrets.REPO_PULL_GITEA }}
path: staffadmin/wafw00f
- name: Login to docker private registry
uses: docker/login-action@v3