diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index b915d12..db9c05b 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -24,11 +24,11 @@ jobs: run: dotnet test release-image: runs-on: ubuntu-latest - container: - image: catthehacker/ubuntu:act-latest steps: - name: Checkout uses: actions/checkout@v3 + - name: Install Docker + run: curl -fsSL https://get.docker.com | sh - name: Login to Gitea Hub uses: docker/login-action@v3 with: