fix registry name
Some checks failed
Build, Test & Publish / Build (push) Successful in 18s
Build, Test & Publish / Build and Publish Container Image (push) Failing after 8s
Build, Test & Publish / Deploy to Infrastructure (push) Has been skipped

This commit is contained in:
Liam Pietralla 2024-09-05 14:09:43 +10:00
parent 6f9fa79394
commit cd9beacac2

View File

@ -50,6 +50,7 @@ jobs:
- name: Login to Registry - name: Login to Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: liamsgit.dev
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}