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