From ae9dc64e6ad6bad1b05fd15d0ba413dabd6b21ee Mon Sep 17 00:00:00 2001 From: irumaru Date: Wed, 11 Oct 2023 18:29:57 +0000 Subject: [PATCH] Delete gitlab login --- .github/workflows/build.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 736b5cc..cc3ae70 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,13 +17,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - - name: Login to GitLab - uses: docker/login-action@v2 - with: - registry: gitlab-registry.maruru.me - username: ${{ secrets.GITLAB_USERNAME }} - password: ${{ secrets.GITLAB_TOKEN }} - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2