From 7efdd1887ef8a13ebafc5a8c7dde5eff9920cb44 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Wed, 1 Mar 2023 15:04:51 +0100 Subject: [PATCH] Disable ghcr. --- .github/workflows/wordpress.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/wordpress.yml b/.github/workflows/wordpress.yml index 235c73b..d9705ab 100644 --- a/.github/workflows/wordpress.yml +++ b/.github/workflows/wordpress.yml @@ -28,12 +28,6 @@ jobs: with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_PASSWORD }} -# - uses: docker/login-action@v2 -# name: Login to Github Container Registry -# with: -# registry: ghcr.io -# username: ${{ github.actor }} -# password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v3 name: Build & Push with: @@ -42,5 +36,4 @@ jobs: pull: true push: true tags: | -# ghcr.io/benzine-framework/wordpress matthewbaggett/wordpress