diff --git a/.github/workflows/build_and_push.yaml b/.github/workflows/build_and_push.yaml index 7ab8849..a6a1177 100644 --- a/.github/workflows/build_and_push.yaml +++ b/.github/workflows/build_and_push.yaml @@ -21,7 +21,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - # password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Docker Metadata action uses: docker/metadata-action@v4.4.0