diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71d7c883..9c3d4a38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,12 +57,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - uses: depot/setup-action@v1 - with: - oidc: true - - - run: depot configure-docker - - name: Log in to the Container registry uses: docker/login-action@v3 with: @@ -70,12 +64,6 @@ jobs: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} - - id: meta - name: Extract metadata (tags, labels) for Docker - uses: docker/metadata-action@v5 - with: - images: ${{ env.REGISTRY }}/a3p-emerynet - - name: Install deps run: | corepack enable || sudo corepack enable