revert to token and username
Some checks failed
Build, Test & Publish / Build (push) Successful in 19s
Build, Test & Publish / Build and Publish Container Image (push) Successful in 25s
Build, Test & Publish / Deploy to Infrastructure (push) Failing after 3s

This commit is contained in:
Liam Pietralla 2024-09-05 14:21:21 +10:00
parent 55172cefaa
commit 1eaf4073ad

View File

@ -51,8 +51,8 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: liamsgit.dev registry: liamsgit.dev
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Build and Push Docker Image to Registry - name: Build and Push Docker Image to Registry
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4