diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ccc699a..757238e 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -62,5 +62,5 @@ jobs: push: ${{ github.event_name != 'pull_request' }} # 给清单打上多个标签 tags: | - ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.GITHUB_REPOSITORY_NAME_PART }}:latest - ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.GITHUB_REPOSITORY_NAME_PART }}:${{ steps.date.outputs.today }} \ No newline at end of file + ${{ secrets.DOCKERHUB_USERNAME }}/go-ldap-admin-server:latest + ${{ secrets.DOCKERHUB_USERNAME }}/go-ldap-admin-server:${{ steps.date.outputs.today }} \ No newline at end of file