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