We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc9815 commit 2e887a2Copy full SHA for 2e887a2
.github/workflows/release.yml
@@ -147,7 +147,7 @@ jobs:
147
annotations: ${{ steps.meta.outputs.labels }}
148
build-args: |
149
VERSION=${{ github.ref_name }}
150
- BUILD_TIME=${{ github.event.head_commit.timestamp }}
+ BUILD_TIME=${{ github.event.head_commit.timestamp || github.event.repository.pushed_at }}
151
GIT_COMMIT=${{ github.sha }}
152
cache-from: type=gha
153
cache-to: type=gha,mode=max
0 commit comments