fix: ensure environment is set for build-and-push job in publish.yml
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -9,6 +9,8 @@ jobs:
|
|||||||
build-and-push:
|
build-and-push:
|
||||||
name: Build & Push All-in-one Image
|
name: Build & Push All-in-one Image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment:
|
||||||
|
name: production
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user