feat: add Gitea Actions workflow to build and push Docker image to container registry.
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m11s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m11s
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
with:
|
||||
registry: gitea.lemarechal.eu
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
password: ${{ secrets.PACKAGES_TOKEN }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v4
|
||||
|
||||
Reference in New Issue
Block a user