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 44156ec commit 818c63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/${{ GITHUB_REPOSITORY_NAME }}:${{ github.ref_name }}
${{ secrets.DOCKERHUB_USERNAME }}/${{ GITHUB_REPOSITORY_NAME }}:latest
${{ secrets.DOCKERHUB_USERNAME }}/${{ DOCKERHUB_REPOSITORY_NAME }}:${{ github.ref_name }}
${{ secrets.DOCKERHUB_USERNAME }}/${{ DOCKERHUB_REPOSITORY_NAME }}:latest
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
ghcr.io/${{ github.repository }}:latest

0 comments on commit 818c63c

Please sign in to comment.