tets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user