fix: ensure environment is set for build-and-push job in publish.yml

This commit is contained in:
2026-03-26 17:00:00 -03:00
parent 641d3ab8a3
commit bfeb814c2f

View File

@@ -9,6 +9,8 @@ jobs:
build-and-push:
name: Build & Push All-in-one Image
runs-on: ubuntu-latest
environment:
name: production
steps:
- uses: actions/checkout@v4