diff --git a/.github/workflows/container-stable.yaml b/.github/workflows/container-stable.yaml index 16f2db9..e7810cb 100644 --- a/.github/workflows/container-stable.yaml +++ b/.github/workflows/container-stable.yaml @@ -26,14 +26,12 @@ jobs: - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@master - - name: Login to GitHub Container Registry uses: docker/login-action@v1 with: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.CR_PAT }} - - name: Build base uses: docker/build-push-action@v2 with: