Skip to content
Open
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
2 changes: 1 addition & 1 deletion .gitlab/generate-ci-images.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function parse_compose(string $path, array $env): array
# No deps: a publish just mirrors whatever already exists in
# registry.ddbuild.io, so it can run without (re)building.
needs: []
image: registry.ddbuild.io/agent-delivery/dd-pkg:v0.9.3
image: registry.ddbuild.io/agent-delivery/dd-pkg@sha256:316a4ad7eba06e7db4c2ddc490d7ee61bd10a95c6c89bbf97c41ceec4b003701
tags: ["arch:arm64"]
# $TAG is supplied per matrix entry by the generated publish jobs.
variables:
Expand Down
Loading