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