Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions temporal-docker-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
package:
name: temporal-docker-builds
# This project doesn't do releases and everything is commit based.
version: "0.0_git20260102"
epoch: 3
version: "0.0_git20260103"
epoch: 0
description: Temporal service Docker images build
copyright:
- license: MIT
Expand All @@ -26,7 +26,7 @@ pipeline:
with:
repository: https://github.com/temporalio/docker-builds.git
branch: main
expected-commit: 096951199e0b8380460f466ecca446d78df29a05
expected-commit: 77258d6b0e7f6b110a26dd979c35765acb68573f

- runs: |
mkdir -p "${{targets.destdir}}"/etc/temporal
Expand Down
Loading