From 37d337f866c9d584d50b2330361ba88b522ae4da Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Fri, 8 Dec 2023 16:24:30 -0500 Subject: [PATCH] Drop broken ghcr container deploy --- .github/workflows/CI.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 14c19c73c0..112d0943a0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -191,16 +191,3 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} repository: devosoft/empirical tag_with_ref: true - - name: Log in to GitHub Container Registry - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - name: Push to ghcr.io - uses: docker/build-push-action@v1 - with: - context: . - push: true - repository: ghcr.io/devosoft/empirical - tag_with_ref: true