From e39340269c3160b7047d41bc2b71bbe17fcac0ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Thu, 11 Jun 2026 21:46:05 +0200 Subject: [PATCH] ci: publish immutable date-stamped image tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pass build-date-tag: true to the reusable docker-build workflow so that master builds additionally publish an immutable - tag, mirroring the owncloud-docker/ubuntu base image repo. Co-Authored-By: Claude Opus 4.8 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b2c021..500a125 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,7 @@ jobs: docker-build-args: | TARBALL_URL=${{ matrix.release.tarball }} push: ${{ github.ref == 'refs/heads/master' }} + build-date-tag: true trivy-ignore-files: ${{ matrix.release.trivy-ignore }} docker-extra-tags: ${{ matrix.release.extra-tags }} smoke-test-port: "8080"