Fix: Remove unnecessary registry login (local build)
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6s
This commit is contained in:
@@ -12,13 +12,6 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Login to Gitea Container Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: gitea.lemarechal.eu
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.PACKAGES_TOKEN }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user