Skip to content

Commit 313d4fb

Browse files
committed
[GitHub] set Image name Mk 7
1 parent 1f5483c commit 313d4fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
echo Repository: $REPOSITORY
2828
export IMAGE_NAME=${REPOSITORY//docker-/}
2929
echo Image Name: $IMAGE_NAME
30-
echo "::set-env name=IMAGE_NAME::$IMAGE_NAME"
30+
echo "IMAGE_NAME=${IMAGE_NAME}" >> $GITHUB_ENV
31+
3132
3233
- name: Checkout repository
3334
uses: actions/checkout@v2

0 commit comments

Comments
 (0)