add right repo for wafwoof

This commit is contained in:
2023-11-20 14:02:13 +01:00
parent 99250bfbdb
commit d91e9f90de
2 changed files with 11 additions and 4 deletions

View File

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

View File

@@ -1 +1,8 @@
# Docker debian runner (node and docker) # Docker debian runner
This project should own all docker build/push runner
* debian_runner
* wafwoof
Build deb package and push on gitea repo example