Merge pull request #6 from notf0und/fix-release

Add prod environment to Docker job in release workflow
This commit is contained in:
Fabián Gonzalo Artur de la Villarmois
2026-03-29 19:15:02 +13:00
committed by GitHub
+1
View File
@@ -64,6 +64,7 @@ jobs:
docker: docker:
name: Build and push Docker image name: Build and push Docker image
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: prod
needs: [test, lint] needs: [test, lint]
steps: steps: