Skip to content

Commit bd7ab6e

Browse files
ci: publish immutable date-stamped image tags (#634)
Pass build-date-tag: true to the reusable docker-build workflow so that master builds additionally publish an immutable <docker-tag>-<YYYYMMDD> tag, mirroring the owncloud-docker/ubuntu base image repo. Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent b144dad commit bd7ab6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
docker-build-args: |
2525
TARBALL_URL=${{ matrix.release.tarball }}
2626
push: ${{ github.ref == 'refs/heads/master' }}
27+
build-date-tag: true
2728
trivy-ignore-files: ${{ matrix.release.trivy-ignore }}
2829
docker-extra-tags: ${{ matrix.release.extra-tags }}
2930
smoke-test-port: "8080"

0 commit comments

Comments
 (0)