Continue troubleshooting actions
This commit is contained in:
		| @@ -9,8 +9,8 @@ on: | ||||
| env: | ||||
|   REGISTRY: gitea.taco.quest | ||||
|   IMAGE_NAME: ${{ gitea.repository }} | ||||
|   GITHUB_TOKEN: '' | ||||
|   ACTIONS_RUNTIME_TOKEN: '' | ||||
|   GITHUB_TOKEN: "" | ||||
|   ACTIONS_RUNTIME_TOKEN: "" | ||||
|  | ||||
| jobs: | ||||
|   build-and-push-image: | ||||
| @@ -20,6 +20,10 @@ jobs: | ||||
|       contents: read | ||||
|       packages: write | ||||
|  | ||||
|     steps: | ||||
|       - name: Checkout repository | ||||
|         uses: actions/checkout@v4 | ||||
|  | ||||
|     steps: | ||||
|       - name: Prepare the container | ||||
|         run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh | ||||
|   | ||||
		Reference in New Issue
	
	Block a user