From 5651dd339d9be4b8b646522e12bdc03c57df1e36 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 26 Jun 2024 20:12:30 +0100 Subject: [PATCH] chore: Use public hub image instead --- .github/workflows/upload.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index cea8531..0876236 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -8,10 +8,7 @@ jobs: upload: runs-on: ubuntu-latest container: - image: ghcr.io/triumphteam/website:latest - credentials: - username: ${{ github.actor }} - password: ${{ secrets.github_token }} + image: lichthund/docs:latest steps: # Check out the repo to access the files