chore: z
Some checks failed
Build and Deploy / build-and-push (push) Failing after 11s

This commit is contained in:
2025-02-06 20:14:36 +06:00
parent e08a8e25d5
commit 5a6a8af568

View File

@@ -13,7 +13,7 @@ jobs:
- name: Docker login
uses: docker/login-action@v2
with:
registry: ${{ secrets.REGISTRY_URL }}
registry: ${{ vars.REGISTRY_URL }}
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
@@ -23,5 +23,5 @@ jobs:
context: .
push: true
tags: |
${{ secrets.REGISTRY_URL }}/${{ vars.GITEA_REPOSITORY }}:${{ github.sha }}
${{ secrets.REGISTRY_URL }}/${{ vars.GITEA_REPOSITORY }}:latest
${{ vars.REGISTRY_URL }}/${{ vars.GITEA_REPOSITORY }}:${{ github.sha }}
${{ vars.REGISTRY_URL }}/${{ vars.GITEA_REPOSITORY }}:latest