From 1eaf4073adf222edc918a48b7c1b18838a8b9555 Mon Sep 17 00:00:00 2001 From: Liam Pietralla Date: Thu, 5 Sep 2024 14:21:21 +1000 Subject: [PATCH] revert to token and username --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 863f0a4..2082aad 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -51,8 +51,8 @@ jobs: uses: docker/login-action@v3 with: registry: liamsgit.dev - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} + username: ${{ secrets.REGISTRY_USERNAME }} + password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build and Push Docker Image to Registry uses: docker/build-push-action@v4