This commit is contained in:
2023-11-20 14:21:54 +01:00
parent 64899eb244
commit c665ad8d28

View File

@@ -28,18 +28,12 @@ jobs:
- name: Show Information - name: Show Information
run: echo "Runner ${{ runner.os }} working on repository ${{ gitea.repository }} and on tag ${{ gitea.ref_name }}" run: echo "Runner ${{ runner.os }} working on repository ${{ gitea.repository }} and on tag ${{ gitea.ref_name }}"
- name: Checkout
uses: actions/checkout@v4
with:
path: main
token: ${{ secrets.REPO_PULL_GITEA }}
- name: Git clone private repository - name: Git clone private repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: ${{ env.GIT_REPO }} repository: ${{ env.GIT_REPO }}
token: ${{ secrets.REPO_PULL_GITEA }} token: ${{ secrets.REPO_PULL_GITEA }}
path: wafw00f path: staffadmin/wafw00f
- name: Login to docker private registry - name: Login to docker private registry
uses: docker/login-action@v3 uses: docker/login-action@v3