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