fix: secrets instead of secret
Some checks failed
/ build (push) Failing after 30s

This commit is contained in:
Kakious 2024-11-20 19:36:02 -05:00
parent a7ca8f2275
commit 919ef464e1

View file

@ -14,7 +14,7 @@ jobs:
with:
registry: git.kakio.us
username: kakious
password: ${{ secret.REPO_PUSH }}
password: ${{ secrets.REPO_PUSH }}
- name: Build and push
uses: docker/build-push-action@v2