From d798ed1eeb1396d4fda3e91f6aa337d6be1340d4 Mon Sep 17 00:00:00 2001 From: Anduin Date: Mon, 3 Jun 2024 13:02:05 +0000 Subject: [PATCH] chore: Update build workflow to include Docker image build and push to GitHub Container Registry --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e69a1d0d..729e6cfe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,8 +35,6 @@ jobs: steps: # Checkout, install tools.. - uses: actions/checkout@v2 - with: - token: ${{ secrets.PAT }} # Use docker to build current directory ./Dockfile - name: Login to GitHub Container Registry uses: docker/login-action@v1