Skip to content

Commit 53d1948

Browse files
committed
fix: 镜像的名字的问题
1 parent 53ecc18 commit 53d1948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
push: ${{ github.event_name != 'pull_request' }}
6363
# 给清单打上多个标签
6464
tags: |
65-
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.GITHUB_REPOSITORY_NAME_PART }}:latest
66-
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.GITHUB_REPOSITORY_NAME_PART }}:${{ steps.date.outputs.today }}
65+
${{ secrets.DOCKERHUB_USERNAME }}/go-ldap-admin-server:latest
66+
${{ secrets.DOCKERHUB_USERNAME }}/go-ldap-admin-server:${{ steps.date.outputs.today }}

0 commit comments

Comments
 (0)