diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index a295cd8..dd230cc 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: steps: - name: install skopeo run: dnf install skopeo -y - - uses: https://git.ws-essen.de/actions/skopeo-login-action@main + - uses: https://git.ws-essen.de/actions/skopeo-login@main with: registry: git.ws-essen.de password: ${{ secrets.DOCKER_PUSH_KEY }}