token
Some checks failed
Build and Deploy / Build & Push Image (push) Failing after 59s

This commit is contained in:
2026-03-16 14:32:57 -06:00
parent c3be192620
commit fa7ff3ac2f

View File

@@ -20,7 +20,11 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Log in to Gitea Container Registry - name: Log in to Gitea Container Registry
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push image - name: Build and push image
id: build id: build