Compare commits

...

1 Commits

Author SHA1 Message Date
64899eb244 fds 2023-11-20 14:18:47 +01:00

View File

@@ -28,11 +28,18 @@ jobs:
- name: Show Information
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
uses: actions/checkout@v4
with:
repository: ${{ env.GIT_REPO }}
token: ${{ secrets.REPO_PULL_GITEA }}
path: wafw00f
- name: Login to docker private registry
uses: docker/login-action@v3