From 2f7fc73190deb0f650b128ae6a6e98e328f3ae6a Mon Sep 17 00:00:00 2001 From: Eti Zaguri Date: Sun, 21 Aug 2022 14:27:06 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a9bbd52a..55a5075bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: CF_JIRA_INTEGRATION: 'jira' # Image path to enrich - CF_IMAGE: ${{env.CF_IMAGE}} + CF_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:${{env.VERSION}} # GitHub Access token !! Committing a plain text token is a security risk. We highly recommend using an encrypted secrets. !! # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets