From 5159951bc02c70954aa0080c19acce5c3469349e Mon Sep 17 00:00:00 2001 From: RTae Date: Sat, 2 Mar 2024 20:56:49 +0700 Subject: [PATCH] fest : update env --- .github/workflows/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 40ab12a..bec9306 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,5 +1,6 @@ name: wheretobin-cicd + on: push: branches: [main] @@ -13,6 +14,7 @@ jobs: # CI task # ============== build-and-push-image: + environment: dev name: Build Docker image and push to repositories runs-on: ubuntu-latest