diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 1ab976c..9d46c53 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -8,7 +8,7 @@ jobs: image: registry.fedoraproject.org/fedora:40 steps: - name: install skopeo - run: dnf install skopeo + run: dnf install skopeo -y - uses: https://git.ws-essen.de/actions/skopeo-login-action@main with: registry: ${{ vars.DOCKER_REGISTRY }}