From c4f828d76ef17bcbf6944b82ec4cc6b701439b4d Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Fri, 15 Nov 2024 10:16:06 -0400 Subject: [PATCH] No login needed --- .github/workflows/image_creation.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/image_creation.yaml b/.github/workflows/image_creation.yaml index f4a9793..317bbe3 100644 --- a/.github/workflows/image_creation.yaml +++ b/.github/workflows/image_creation.yaml @@ -25,12 +25,12 @@ jobs: http = true insecure = true - - name: Login to Docker - uses: docker/login-action@v3 - with: - registry: ${{ vars.GITEAINSTANCE }} - username: ${{ vars.USERNAME }} - password: ${{ secrets.PWD }} + # - name: Login to Docker + # uses: docker/login-action@v3 + # with: + # registry: ${{ vars.GITEAINSTANCE }} + # username: ${{ vars.USERNAME }} + # password: ${{ secrets.PWD }} - name: Build and push uses: docker/build-push-action@v6