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