This commit is contained in:
		| @@ -4,9 +4,8 @@ on: | |||||||
|   push: |   push: | ||||||
|     branches: |     branches: | ||||||
|       - main |       - main | ||||||
|  |   schedule: | ||||||
| env: |     - cron: '@weekly' | ||||||
|   REGISTRY_URL: git.tainton.uk |  | ||||||
|  |  | ||||||
| jobs: | jobs: | ||||||
|   publish: |   publish: | ||||||
| @@ -24,7 +23,7 @@ jobs: | |||||||
|       - name: Log in to Gitea Package Registry |       - name: Log in to Gitea Package Registry | ||||||
|         uses: docker/login-action@v3 |         uses: docker/login-action@v3 | ||||||
|         with: |         with: | ||||||
|           registry: ${{ env.REGISTRY_URL }} |           registry: ${{ vars.PACKAGES_REGISTRY_URL }} | ||||||
|           username: ${{ vars.PACKAGES_REGISTRY_USERNAME }} |           username: ${{ vars.PACKAGES_REGISTRY_USERNAME }} | ||||||
|           password: ${{ secrets.PACKAGES_REGISTRY_PASSWORD }} |           password: ${{ secrets.PACKAGES_REGISTRY_PASSWORD }} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user