We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0681d7 + 23d1ed8 commit 58d2cb9Copy full SHA for 58d2cb9
1 file changed
.github/workflows/ci.yml
@@ -126,8 +126,6 @@ jobs:
126
type=semver,pattern={{version}}
127
type=edge
128
type=ref,event=pr
129
- labels: |
130
- org.opencontainers.image.created=auto
131
132
- name: Build and push image
133
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
@@ -142,7 +140,7 @@ jobs:
142
140
build-args: |
143
141
GIT_TAG=${{ github.ref_name }}
144
GIT_COMMIT=${{ github.sha }}
145
- BUILD_DATE=${{ steps.meta.outputs.created }}
+ BUILD_DATE=${{ steps.meta.outputs.created || github.event.repository.updated_at || format('YYYY-MM-DD') }}
146
secret-envs: |
147
telemetry_api_key=TELEMETRY_API_KEY
148
telemetry_endpoint=TELEMETRY_ENDPOINT
0 commit comments