From d91e9f90deef1a8112224f39c8583d7803a5b410 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Mon, 20 Nov 2023 14:02:13 +0100 Subject: [PATCH] add right repo for wafwoof --- .gitea/workflows/build_image_wafwoof.yml | 6 +++--- README.md | 9 ++++++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build_image_wafwoof.yml b/.gitea/workflows/build_image_wafwoof.yml index a07e46e..69eb7a4 100644 --- a/.gitea/workflows/build_image_wafwoof.yml +++ b/.gitea/workflows/build_image_wafwoof.yml @@ -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 diff --git a/README.md b/README.md index 6bd0ff5..e59e053 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# Docker debian runner (node and docker) \ No newline at end of file +# Docker debian runner + +This project should own all docker build/push runner + + * debian_runner + * wafwoof + +Build deb package and push on gitea repo example \ No newline at end of file