Skip to content

Commit 9610205

Browse files
authored
Update ci-build-img.yml
1 parent bc8af55 commit 9610205

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-build-img.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ dev ]
66
paths:
7-
- '.env'
7+
- '.env.img'
88

99
jobs:
1010
PackageDeploy:
@@ -18,8 +18,8 @@ jobs:
1818

1919
- name: Load environment variables and set them
2020
run: |
21-
if [ -f .env ]; then
22-
export $(cat .env | grep -v '^#' | xargs)
21+
if [ -f .env.img ]; then
22+
export $(cat .env.img | grep -v '^#' | xargs)
2323
fi
2424
echo "RELEASE=$RELEASE" >> $GITHUB_ENV
2525
echo "VERSION=$VERSION" >> $GITHUB_ENV

0 commit comments

Comments
 (0)