Skip to content

Commit

Permalink
chore: Use public hub image instead
Browse files Browse the repository at this point in the history
  • Loading branch information
LichtHund committed Jun 26, 2024
1 parent 24d4a1a commit 5651dd3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5651dd3

Please sign in to comment.