Skip to content

Commit

Permalink
chore: push to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
wxt2005 committed Nov 2, 2024
1 parent ced0e74 commit 4555841
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:

steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
push: true
tags: wxt2005/bangumi-list-v3:latest
tags: ghcr.io/wxt2005/bangumi-list-v3:latest
build-args: |
GA_ID=${{ secrets.GA_ID }}

0 comments on commit 4555841

Please sign in to comment.