diff --git a/.gitea/workflows/linux_arm64_docker-release.yaml b/.gitea/workflows/linux_arm64_docker-release.yaml index 03455a1..fd0b25e 100644 --- a/.gitea/workflows/linux_arm64_docker-release.yaml +++ b/.gitea/workflows/linux_arm64_docker-release.yaml @@ -14,7 +14,7 @@ jobs: run: apt-get install git curl wget unzip bash nodejs npm docker.io -y - name: Login container registry - run: docker/login-action@v3 + uses: docker/login-action@v3 with: registry: gitea.penry.de username: ${{ secrets.REGISTRY_USER }}