syntax
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6s

This commit is contained in:
hook-lord 2024-12-06 19:37:48 +01:00
parent fc17076d3f
commit 6420086124

View File

@ -16,11 +16,11 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Log in to GitHub Container Registry - name: Log in to Gitea Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ secrets.REGISTRY }} registry: ${{ secrets.REGISTRY }}
username: ${{ secret.USERNAME }} username: ${{ secret.NAME }}
password: ${{ secrets.TOKEN }} password: ${{ secrets.TOKEN }}
- name: Build and push Docker image - name: Build and push Docker image