Added production environment specification to Docker CI image workflow for enhanced deployment clarity.

This commit is contained in:
Steven Enamakel
2026-04-06 15:05:35 -07:00
parent 5b3136306b
commit 5c7c104085
+1
View File
@@ -17,6 +17,7 @@ jobs:
build-image:
name: Build and push CI image
runs-on: ubuntu-latest
environment: Production
steps:
- name: Generate GitHub App token
id: app-token