Skip to content

Commit 8f93f81

Browse files
authored
Merge pull request #3 from codysk/dev
improve message handler && update gh action configuration
2 parents 04deb64 + 3412d6b commit 8f93f81

File tree

4 files changed

+327
-307
lines changed

4 files changed

+327
-307
lines changed

.github/workflows/build-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
echo "NEED_PUSH=$NEED_PUSH"
3636
echo "TAGS=$TAGS"
3737
38-
echo "::set-env name=NEED_PUSH::$NEED_PUSH"
39-
echo "::set-env name=TAGS::$TAGS"
38+
echo "NEED_PUSH=$NEED_PUSH" >> $GITHUB_ENV
39+
echo "TAGS=$TAGS" >> $GITHUB_ENV
4040
4141
- name: build & push image
4242
if: ${{ env.NEED_PUSH == 'true' }}

0 commit comments

Comments
 (0)