chore: Add manual confirmation before build published (#12223)

This commit is contained in:
Tom Moor
2026-04-30 07:15:05 -04:00
committed by GitHub
parent f3f9b3e705
commit dbafd37751
+2 -1
View File
@@ -1,4 +1,4 @@
name: Docker
name: Publish build
on:
push:
@@ -173,6 +173,7 @@ jobs:
needs:
- build-amd
- build-arm
environment: dockerhub
steps:
- name: Download digests
uses: actions/download-artifact@v4