We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ecc18 commit 53d1948Copy full SHA for 53d1948
.github/workflows/docker-image.yml
@@ -62,5 +62,5 @@ jobs:
62
push: ${{ github.event_name != 'pull_request' }}
63
# 给清单打上多个标签
64
tags: |
65
- ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.GITHUB_REPOSITORY_NAME_PART }}:latest
66
- ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.GITHUB_REPOSITORY_NAME_PART }}:${{ steps.date.outputs.today }}
+ ${{ secrets.DOCKERHUB_USERNAME }}/go-ldap-admin-server:latest
+ ${{ secrets.DOCKERHUB_USERNAME }}/go-ldap-admin-server:${{ steps.date.outputs.today }}
0 commit comments