Skip to content

Commit 38abd83

Browse files
ci: publish immutable date-stamped image tags (#275)
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 00b4c9e commit 38abd83

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-hub-username: ${{ vars.DOCKERHUB_USERNAME }}
2525
smoke-test-cmd: ${{ matrix.version.smoke-test-cmd }}
2626
push: ${{ github.ref == 'refs/heads/master' }}
27+
build-date-tag: true
2728
secrets:
2829
docker-hub-password: ${{ secrets.DOCKERHUB_TOKEN }}
2930
docker-secrets: |

0 commit comments

Comments
 (0)