Set updated_at
with created_at
when creating Document (#977)
#677
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: docker-publish-latest | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
call-base-docker-publish: | |
uses: ./.github/workflows/base-docker-publish.yml | |
secrets: inherit | |
with: | |
command: docker-latest |