Skip to content

Commit dcdb96f

Browse files
committed
ci: fix typo in workflow file
1 parent 8cbbf10 commit dcdb96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Test Docker Release Image
8888
if: success() && startsWith(github.ref, 'refs/tags/')
8989
run: |
90-
IMAGE_TAG=${{ e nv.IMAGE_NAMESPACE }}:${{ env.TEMPLATE }}-${{ env.VERSION }} make test
90+
IMAGE_TAG=${{ env.IMAGE_NAMESPACE }}:${{ env.TEMPLATE }}-${{ env.VERSION }} make test
9191
9292
- name: Test Docker Master Image
9393
if: success() && ! startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)