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
4 changes: 2 additions & 2 deletions temporal-docker-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
name: temporal-docker-builds
# This project doesn't do releases and everything is commit based.
version: "0.0_git20260106"
epoch: 2
epoch: 3
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: 925fb65e474993169be43a95920f3e5582cf2131
expected-commit: 8ea563ef1ac34809acab0293f96b9af17e4381dd

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