mirror of
https://github.com/notf0und/SGS
synced 2026-07-18 02:31:08 +00:00
Merge pull request #6 from notf0und/fix-release
Add prod environment to Docker job in release workflow
This commit is contained in:
committed by
GitHub
commit
64db1d0985
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user