Skip to content

Commit 1f5483c

Browse files
committed
1 parent 0b9dab3 commit 1f5483c

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
@@ -25,8 +25,9 @@ jobs:
2525
- name: Set Environmental Variables
2626
run: |
2727
echo Repository: $REPOSITORY
28-
export IMAGE_NAME=${REPOSITORY#docker-}
28+
export IMAGE_NAME=${REPOSITORY//docker-/}
2929
echo Image Name: $IMAGE_NAME
30+
echo "::set-env name=IMAGE_NAME::$IMAGE_NAME"
3031
3132
- name: Checkout repository
3233
uses: actions/checkout@v2

0 commit comments

Comments
 (0)