From 7da135d819d51ad8617054ee10dbd371b3995400 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:18:49 +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 dfc7b5a..6695152 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,7 @@ jobs: docker-hub-username: ${{ vars.DOCKERHUB_USERNAME }} smoke-test-cmd: ${{ matrix.version.smoke-test-cmd }} push: ${{ github.ref == 'refs/heads/master' }} + build-date-tag: true secrets: docker-hub-password: ${{ secrets.DOCKERHUB_TOKEN }} docker-secrets: |