build: Update Gitea workflow to use docker login with password-stdin instead of docker/login-action.
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 13s
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 13s
This commit is contained in:
@@ -21,12 +21,8 @@ jobs:
|
|||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Log in to the Container registry
|
- name: Login to Gitea Registry
|
||||||
uses: docker/login-action@v3
|
run: echo ${{ secrets.ACCESS_TOKEN }} | docker login git.almazlar.com -u ${{ gitea.actor }} --password-stdin
|
||||||
with:
|
|
||||||
registry: ${{ env.REGISTRY }}
|
|
||||||
username: ${{ gitea.actor }}
|
|
||||||
password: ${{ secrets.ACCESS_TOKEN }}
|
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Backend
|
- name: Extract metadata (tags, labels) for Backend
|
||||||
id: meta-backend
|
id: meta-backend
|
||||||
|
|||||||
Reference in New Issue
Block a user