test
Some checks failed
Build and Push Docker Image / checkout_repository (push) Failing after 7s

This commit is contained in:
2024-03-21 11:11:41 +01:00
parent e38fb54459
commit a3ee7cc98e

View File

@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
run: curl -fsSL https://get.docker.com/rootless | sh
- name: Login to Docker Registry
uses: docker/login-action@v2