add right repo for wafwoof
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: ci/cd to build and push docker image wafwoof in private registry
|
||||
|
||||
#https://docs.docker.com/build/ci/github-actions/push-multi-registries/
|
||||
#https://www.devsync.se/ci/cd/docker/2023/10/27/gitea-runner-build-docker-containers.html
|
||||
env:
|
||||
GIT_REPO: staffadmin/wafw00f
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Git clone private repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ${{ gitea.repository }}
|
||||
repository: ${{ env.GIT_REPO }}
|
||||
token: ${{ secrets.REPO_PULL_GITEA }}
|
||||
|
||||
- name: Login to docker private registry
|
||||
|
||||
Reference in New Issue
Block a user