diff --git a/.github/workflows/build_docker_latest.yml b/.github/workflows/build_docker_latest.yml index a3622f0d..66be89c7 100644 --- a/.github/workflows/build_docker_latest.yml +++ b/.github/workflows/build_docker_latest.yml @@ -87,13 +87,6 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - - name: Login to GitHub Container Registry - uses: docker/login-action@v1 - with: - registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.CR_PAT }} - name: Checkout repository uses: actions/checkout@v2 @@ -129,4 +122,3 @@ jobs: tags: | bengig/seb-server:latest bengig/seb-server:${{ env.SHA }} - ghcr.io/bengig/seb-server:latest