Skip to content

Commit

Permalink
try faster builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev committed Dec 15, 2024
1 parent 346278b commit 1af2625
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ jobs:
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to Docker Hub
name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GH_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: matthewvanderson/clashking:latest
tags: ghcr.io/${{ github.repository_owner }}/clashking:latest

0 comments on commit 1af2625

Please sign in to comment.