Skip to content

Commit

Permalink
add: Docker Hub 镜像发布
Browse files Browse the repository at this point in the history
  • Loading branch information
QYG2297248353 committed Apr 26, 2024
1 parent 2800513 commit c2a6c4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY_NAME }}:${{ github.ref_name }}
${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY_NAME }}:latest
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
ghcr.io/${{ github.repository }}:latest
qyg2297248353/deeplx:${{ github.ref_name }}
qyg2297248353/deeplx:latest
ghcr.io/qyg2297248353/deeplx:${{ github.ref_name }}
ghcr.io/qyg2297248353/deeplx:latest

0 comments on commit c2a6c4b

Please sign in to comment.