mirror of
https://github.com/notf0und/SGS
synced 2026-07-17 18:21:06 +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:
|
||||
name: Build and push Docker image
|
||||
runs-on: ubuntu-latest
|
||||
environment: prod
|
||||
needs: [test, lint]
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user